diff --git a/commands/8ball.js b/commands/8ball.js index 7ac5ef3..096fb04 100644 --- a/commands/8ball.js +++ b/commands/8ball.js @@ -36,4 +36,6 @@ module.exports = { } ] }; - message.channel.send({ embed }); \ No newline at end of file + message.channel.send({ embed }); + } +} \ No newline at end of file