From 5bad09948e0a7ef96f8c4d581627acf78558fbda Mon Sep 17 00:00:00 2001 From: pokesudenk Date: Sat, 24 Feb 2018 13:59:38 -0500 Subject: added back italics --- commands/8ball.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/commands/8ball.js b/commands/8ball.js index 70af773..db0b8d3 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