bot
This commit is contained in:
9
commands/admin.js
Normal file
9
commands/admin.js
Normal file
@@ -0,0 +1,9 @@
|
||||
module.exports = {
|
||||
name: 'admin',
|
||||
description: 'Ukryte rzeczy dla adminów. Tajne sprawy.',
|
||||
args: false,
|
||||
guildOnly: true,
|
||||
execute(msg, args, Discord, config, client) {
|
||||
msg.reply('UuuuUUUUUuuuuUUUU, ukryte rzeczy dla adminów!!');
|
||||
},
|
||||
};
|
||||
Reference in New Issue
Block a user