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 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`') .addField('Gractwo FACEBOOK','`gractwo.pl/facebook` lub `gractwo.pl/fb` lub `facebook.com/groups/gractwo`')
.attachFiles('./gractwo.png') .attachFiles('./gractwo.png')
.setFooter('by j4mesen','attachment://gractwo.png') .setFooter('#witaj','attachment://gractwo.png')
.setTimestamp(); .setTimestamp();
msg.channel.send(witajEmbed); msg.channel.send(witajEmbed);
break; break;
@@ -50,7 +50,7 @@ module.exports = {
break; break;
} }
default:{ default:{
msg.reply('Nie sprecyzowałeś!'); msg.reply('nie sprecyzowałeś!');
break; break;
} }
} }