From bf70276d7fdd21e086f13a5fb6d0c0a91529363b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christer=20War=C3=A9n?= Date: Wed, 4 Aug 2021 11:29:49 +0300 Subject: [PATCH] Fix typo --- src/client/commands/bug.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/client/commands/bug.js b/src/client/commands/bug.js index 021f518..260cd97 100644 --- a/src/client/commands/bug.js +++ b/src/client/commands/bug.js @@ -19,5 +19,5 @@ module.exports = { .setFooter(client.messages.footerText, "https://cdn.discordapp.com/emojis/" + client.messageEmojis["eximiabots"].replace(/[^0-9]+/g, '')); msg.channel.send({ embeds: [embed] }); - }, + } }; \ No newline at end of file