diff options
| author | Unknown <jtsshieh@outlook.com> | 2018-02-24 13:57:49 -0500 |
|---|---|---|
| committer | Unknown <jtsshieh@outlook.com> | 2018-02-24 13:57:49 -0500 |
| commit | c5ec51222c3c2257c02d7531bc36f8dc3ff17cae (patch) | |
| tree | b8519e8041658d5377ef204b2ef0d111d89ae8a4 /commands | |
| parent | b3f97d12268bc13c5541f9109f4edd37a02cc1b6 (diff) | |
| download | PokeBot-c5ec51222c3c2257c02d7531bc36f8dc3ff17cae.tar.gz PokeBot-c5ec51222c3c2257c02d7531bc36f8dc3ff17cae.tar.bz2 PokeBot-c5ec51222c3c2257c02d7531bc36f8dc3ff17cae.zip | |
speeling
Diffstat (limited to 'commands')
| -rw-r--r-- | commands/8ball.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/commands/8ball.js b/commands/8ball.js index cb085b3..70af773 100644 --- a/commands/8ball.js +++ b/commands/8ball.js @@ -24,7 +24,7 @@ exports.run = async (bot, msg, args) => { 'Very doubtful', ]; - msg.channel.send(':8ball ' + (responses[Math.floor(Math.random() * responses.length)])); + msg.channel.send(':8ball: ' + (responses[Math.floor(Math.random() * responses.length)])); }; exports.conf = { |
