summaryrefslogtreecommitdiff
path: root/src/commands/fun/coinflip.ts
diff options
context:
space:
mode:
Diffstat (limited to 'src/commands/fun/coinflip.ts')
-rw-r--r--src/commands/fun/coinflip.ts2
1 files changed, 1 insertions, 1 deletions
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);