From fb029a1624183a8d9d48e117c316bda662cc3c11 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20Ma=C5=84czak?= <56172798+jakubmanczak@users.noreply.github.com> Date: Sat, 12 Dec 2020 21:58:59 +0100 Subject: [PATCH] Update admin.js --- commands/admin.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/commands/admin.js b/commands/admin.js index 2edbc31..5f3f7ce 100644 --- a/commands/admin.js +++ b/commands/admin.js @@ -19,7 +19,7 @@ module.exports = { .addField('Gractwo DISCORD','`gractwo.pl/discord` lub `gractwo.pl/dc` lub `discord.gg/NBXq95C`') .addField('Gractwo FACEBOOK','`gractwo.pl/facebook` lub `gractwo.pl/fb` lub `facebook.com/groups/gractwo`') .attachFiles('./gractwo.png') - .setFooter('by j4mesen','attachment://gractwo.png') + .setFooter('#witaj','attachment://gractwo.png') .setTimestamp(); msg.channel.send(witajEmbed); break; @@ -50,7 +50,7 @@ module.exports = { break; } default:{ - msg.reply('Nie sprecyzowałeś!'); + msg.reply('nie sprecyzowałeś!'); break; } }