From 5c3422ece3f30625e227fafe1f1a2df6abe4e822 Mon Sep 17 00:00:00 2001 From: 8cy <50817549+8cy@users.noreply.github.com> Date: Sat, 18 Apr 2020 04:56:42 -0700 Subject: update coinflip, v7.1.3 coin flip icon was pointed to a svg by accident. also changed embed title text. --- src/commands/fun/coinflip.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/commands') diff --git a/src/commands/fun/coinflip.ts b/src/commands/fun/coinflip.ts index e2c39bc..c37ab8c 100644 --- a/src/commands/fun/coinflip.ts +++ b/src/commands/fun/coinflip.ts @@ -23,7 +23,7 @@ module.exports = class CoinFlipFun extends Command { var s = r[Math.floor(Math.random() * r.length)]; let embed = new MessageEmbed() - .setAuthor('It\'s', 'https://upload.wikimedia.org/wikipedia/commons/3/33/Circle-icons-coin.svg') + .setAuthor('The coin landed on', 'https://i.imgur.com/pr7JCce.png') .setDescription('`' + s + '`'); msg.channel.send(embed); -- cgit v1.2.3