This repository has been archived on 2026-03-27. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
bot/commands/admin.js
2020-12-12 16:58:15 +01:00

9 lines
248 B
JavaScript

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!!');
},
};