aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUnknown <jtsshieh@outlook.com>2018-02-24 13:07:15 -0500
committerUnknown <jtsshieh@outlook.com>2018-02-24 13:07:15 -0500
commitb23970f7fba781030601b6ef436e615df3ecc40b (patch)
treedfdd53e730754f4a5a996e18c969329bd73ce0bb
parente10a4704d201b8ea4be8cbbb0023e4686bd2d0f6 (diff)
downloadPokeBot-b23970f7fba781030601b6ef436e615df3ecc40b.tar.gz
PokeBot-b23970f7fba781030601b6ef436e615df3ecc40b.tar.bz2
PokeBot-b23970f7fba781030601b6ef436e615df3ecc40b.zip
cleanup, cleanup, everybody do their share
-rw-r--r--commands/og151.js337
1 files changed, 168 insertions, 169 deletions
diff --git a/commands/og151.js b/commands/og151.js
index 0227f88..fd7f3e5 100644
--- a/commands/og151.js
+++ b/commands/og151.js
@@ -1,169 +1,168 @@
-exports.run = (bot, msg, args) => {
- const pokemon = [
- 'Abra',
- 'Aerodactyl',
- 'Alakazam',
- 'Arbok',
- 'Arcanine',
- 'Articuno',
- 'Beedrill',
- 'Bellsprout',
- 'Blastoise',
- 'Bulbasaur',
- 'Butterfree',
- 'Caterpie',
- 'Chansey',
- 'Charizard',
- 'Charmander',
- 'Charmeleon',
- 'Clefable',
- 'Clefairy',
- 'Cloyster',
- 'Cubone',
- 'Dewgong',
- 'Diglett',
- 'Ditto',
- 'Dodrio',
- 'Doduo',
- 'Dragonair',
- 'Dragonite',
- 'Dratini',
- 'Drowzee',
- 'Dugtrio',
- 'Eevee',
- 'Ekans',
- 'Electabuzz',
- 'Electrode',
- 'Exeggcute',
- 'Exeggutor',
- 'Farfetch’d',
- 'Fearow',
- 'Flareon',
- 'Gastly',
- 'Gengar',
- 'Geodude',
- 'Gloom',
- 'Golbat',
- 'Goldeen',
- 'Golduck',
- 'Golem',
- 'Graveler',
- 'Grimer',
- 'Growlithe',
- 'Gyarados',
- 'Haunter',
- 'Hitmonchan',
- 'Hitmonlee',
- 'Horsea',
- 'Hypno',
- 'Ivysaur',
- 'Jigglypuff',
- 'Jolteon',
- 'Jynx',
- 'Kabuto',
- 'Kabutops',
- 'Kadabra',
- 'Kakuna',
- 'Kangaskhan',
- 'Kingler',
- 'Koffing',
- 'Krabby',
- 'Lapras',
- 'Lickitung',
- 'Machamp',
- 'Machoke',
- 'Machop',
- 'Magikarp',
- 'Magmar',
- 'Magnemite',
- 'Magneton',
- 'Mankey',
- 'Marowak',
- 'Meowth',
- 'Metapod',
- 'Mew',
- 'Mewtwo',
- 'Moltres',
- 'Mr. Mime',
- 'Muk',
- 'Nidoking',
- 'Nidoqueen',
- 'Nidoran♀',
- 'Nidoran♂',
- 'Nidorina',
- 'Nidorino',
- 'Ninetales',
- 'Oddish',
- 'Omanyte',
- 'Omastar',
- 'Onix',
- 'Paras',
- 'Parasect',
- 'Persian',
- 'Pidgeot',
- 'Pidgeotto',
- 'Pidgey',
- 'Pikachu',
- 'Pinsir',
- 'Poliwag',
- 'Poliwhirl',
- 'Poliwrath',
- 'Ponyta',
- 'Porygon',
- 'Primeape',
- 'Psyduck',
- 'Raichu',
- 'Rapidash',
- 'Raticate',
- 'Rattata',
- 'Rhydon',
- 'Rhyhorn',
- 'Sandshrew',
- 'Sandslash',
- 'Scyther',
- 'Seadra',
- 'Seaking',
- 'Seel',
- 'Shellder',
- 'Slowbro',
- 'Slowpoke',
- 'Snorlax',
- 'Spearow',
- 'Squirtle',
- 'Starmie',
- 'Staryu',
- 'Tangela',
- 'Tauros',
- 'Tentacool',
- 'Tentacruel',
- 'Vaporeon',
- 'Venomoth',
- 'Venonat',
- 'Venusaur',
- 'Victreebel',
- 'Vileplume',
- 'Voltorb',
- 'Vulpix',
- 'Wartortle',
- 'Weedle',
- 'Weepinbell',
- 'Weezing',
- 'Wigglytuff',
- 'Zapdos',
- 'Zubat',
- ];
-
- msg.channel.send(pokemon[Math.floor(Math.random() * pokemon.length)]);
- };
-
- exports.conf = {
- aliases: [],
- guildOnly: true,
- };
-
- exports.help = {
- name: 'og151',
- description: 'Randomly picks one of the generation 1 pokemon, and gives you its name.',
- category: 'Fun',
- };
- \ No newline at end of file
+exports.run = (bot, msg) => {
+ const pokemon = [
+ 'Abra',
+ 'Aerodactyl',
+ 'Alakazam',
+ 'Arbok',
+ 'Arcanine',
+ 'Articuno',
+ 'Beedrill',
+ 'Bellsprout',
+ 'Blastoise',
+ 'Bulbasaur',
+ 'Butterfree',
+ 'Caterpie',
+ 'Chansey',
+ 'Charizard',
+ 'Charmander',
+ 'Charmeleon',
+ 'Clefable',
+ 'Clefairy',
+ 'Cloyster',
+ 'Cubone',
+ 'Dewgong',
+ 'Diglett',
+ 'Ditto',
+ 'Dodrio',
+ 'Doduo',
+ 'Dragonair',
+ 'Dragonite',
+ 'Dratini',
+ 'Drowzee',
+ 'Dugtrio',
+ 'Eevee',
+ 'Ekans',
+ 'Electabuzz',
+ 'Electrode',
+ 'Exeggcute',
+ 'Exeggutor',
+ 'Farfetch’d',
+ 'Fearow',
+ 'Flareon',
+ 'Gastly',
+ 'Gengar',
+ 'Geodude',
+ 'Gloom',
+ 'Golbat',
+ 'Goldeen',
+ 'Golduck',
+ 'Golem',
+ 'Graveler',
+ 'Grimer',
+ 'Growlithe',
+ 'Gyarados',
+ 'Haunter',
+ 'Hitmonchan',
+ 'Hitmonlee',
+ 'Horsea',
+ 'Hypno',
+ 'Ivysaur',
+ 'Jigglypuff',
+ 'Jolteon',
+ 'Jynx',
+ 'Kabuto',
+ 'Kabutops',
+ 'Kadabra',
+ 'Kakuna',
+ 'Kangaskhan',
+ 'Kingler',
+ 'Koffing',
+ 'Krabby',
+ 'Lapras',
+ 'Lickitung',
+ 'Machamp',
+ 'Machoke',
+ 'Machop',
+ 'Magikarp',
+ 'Magmar',
+ 'Magnemite',
+ 'Magneton',
+ 'Mankey',
+ 'Marowak',
+ 'Meowth',
+ 'Metapod',
+ 'Mew',
+ 'Mewtwo',
+ 'Moltres',
+ 'Mr. Mime',
+ 'Muk',
+ 'Nidoking',
+ 'Nidoqueen',
+ 'Nidoran♀',
+ 'Nidoran♂',
+ 'Nidorina',
+ 'Nidorino',
+ 'Ninetales',
+ 'Oddish',
+ 'Omanyte',
+ 'Omastar',
+ 'Onix',
+ 'Paras',
+ 'Parasect',
+ 'Persian',
+ 'Pidgeot',
+ 'Pidgeotto',
+ 'Pidgey',
+ 'Pikachu',
+ 'Pinsir',
+ 'Poliwag',
+ 'Poliwhirl',
+ 'Poliwrath',
+ 'Ponyta',
+ 'Porygon',
+ 'Primeape',
+ 'Psyduck',
+ 'Raichu',
+ 'Rapidash',
+ 'Raticate',
+ 'Rattata',
+ 'Rhydon',
+ 'Rhyhorn',
+ 'Sandshrew',
+ 'Sandslash',
+ 'Scyther',
+ 'Seadra',
+ 'Seaking',
+ 'Seel',
+ 'Shellder',
+ 'Slowbro',
+ 'Slowpoke',
+ 'Snorlax',
+ 'Spearow',
+ 'Squirtle',
+ 'Starmie',
+ 'Staryu',
+ 'Tangela',
+ 'Tauros',
+ 'Tentacool',
+ 'Tentacruel',
+ 'Vaporeon',
+ 'Venomoth',
+ 'Venonat',
+ 'Venusaur',
+ 'Victreebel',
+ 'Vileplume',
+ 'Voltorb',
+ 'Vulpix',
+ 'Wartortle',
+ 'Weedle',
+ 'Weepinbell',
+ 'Weezing',
+ 'Wigglytuff',
+ 'Zapdos',
+ 'Zubat',
+ ];
+
+ msg.channel.send(pokemon[Math.floor(Math.random() * pokemon.length)]);
+};
+
+exports.conf = {
+ aliases: [],
+ guildOnly: true,
+};
+
+exports.help = {
+ name: 'og151',
+ description: 'Randomly picks one of the generation 1 pokemon, and gives you its name.',
+ category: 'Fun',
+};