Update admin.js

This commit is contained in:
2020-12-12 21:58:59 +01:00
parent 3e61016c11
commit fb029a1624

View File

@@ -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;
}
}