diff options
| author | pokesudenk <thisis@notarealema.il> | 2018-02-24 12:28:15 -0500 |
|---|---|---|
| committer | pokesudenk <thisis@notarealema.il> | 2018-02-24 12:28:15 -0500 |
| commit | 86606cd393fd805cae3eeef1c9a5efab1e999c90 (patch) | |
| tree | 64d95ecf82aa897634b0414c83a62e7674381eb8 | |
| parent | 06810eb40e395f67630ae320c2ad497e3283d9b2 (diff) | |
| download | PokeBot-86606cd393fd805cae3eeef1c9a5efab1e999c90.tar.gz PokeBot-86606cd393fd805cae3eeef1c9a5efab1e999c90.tar.bz2 PokeBot-86606cd393fd805cae3eeef1c9a5efab1e999c90.zip | |
trey forgot to m o d i f y
| -rw-r--r-- | commands/cureboredom.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/commands/cureboredom.js b/commands/cureboredom.js index 96fe471..5aa4ebf 100644 --- a/commands/cureboredom.js +++ b/commands/cureboredom.js @@ -6,7 +6,7 @@ exports.run = (bot, msg, args) => { 'Joining a team :handshake:', ]; - msg.channel.send(games[Math.floor(Math.random() * games.length)]); + msg.channel.send(ideas[Math.floor(Math.random() * ideas.length)]); }; exports.conf = { |
