From 4e4c4b06166d64c4612dcc43b4e8182164df5971 Mon Sep 17 00:00:00 2001 From: Vermium Sifell Date: Wed, 15 Jun 2022 00:11:10 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=92=AC=20Drops=20=3D>=20Giveaway?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../commands/manage/modules/credits/modules/giveaway/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/plugins/commands/manage/modules/credits/modules/giveaway/index.ts b/src/plugins/commands/manage/modules/credits/modules/giveaway/index.ts index acb73cb..5c08048 100644 --- a/src/plugins/commands/manage/modules/credits/modules/giveaway/index.ts +++ b/src/plugins/commands/manage/modules/credits/modules/giveaway/index.ts @@ -64,7 +64,7 @@ export default { if (!channel) throw new Error("Channel is required."); const embed = new MessageEmbed() - .setTitle("[:toolbox:] Drop") + .setTitle("[:toolbox:] Giveaway") .setFooter({ text: footerText, iconURL: footerIcon }); const code = uuidv4();