From 5aee01b480ee2a3fb0581dec20e890ac2f1743d7 Mon Sep 17 00:00:00 2001 From: 8cy <50817549+8cy@users.noreply.github.com> Date: Mon, 27 Apr 2020 10:40:43 -0700 Subject: add support and embed cmd, v8.0.2 also change msg.channel.send to msg.say --- src/commands/fun/coinflip.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/commands/fun/coinflip.ts') diff --git a/src/commands/fun/coinflip.ts b/src/commands/fun/coinflip.ts index c37ab8c..f491d93 100644 --- a/src/commands/fun/coinflip.ts +++ b/src/commands/fun/coinflip.ts @@ -26,6 +26,6 @@ module.exports = class CoinFlipFun extends Command { .setAuthor('The coin landed on', 'https://i.imgur.com/pr7JCce.png') .setDescription('`' + s + '`'); - msg.channel.send(embed); + msg.say(embed); } }; \ No newline at end of file -- cgit v1.2.3