diff options
Diffstat (limited to 'src/commands/fun/8ball.ts')
| -rw-r--r-- | src/commands/fun/8ball.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/commands/fun/8ball.ts b/src/commands/fun/8ball.ts index 5fc6ad7..989e036 100644 --- a/src/commands/fun/8ball.ts +++ b/src/commands/fun/8ball.ts @@ -71,6 +71,6 @@ module.exports = class EightBallFun extends Command { .setAuthor('The 8-ball says', 'https://upload.wikimedia.org/wikipedia/commons/thumb/f/fd/8-Ball_Pool.svg/500px-8-Ball_Pool.svg.png') .setDescription('`' + s + '`'); - msg.channel.send(embed); + msg.say(embed); } };
\ No newline at end of file |