From c5ec51222c3c2257c02d7531bc36f8dc3ff17cae Mon Sep 17 00:00:00 2001 From: Unknown Date: Sat, 24 Feb 2018 13:57:49 -0500 Subject: speeling --- commands/8ball.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 = { -- cgit v1.2.3