2
0
mirror of https://github.com/thedevs-network/the-guard-bot synced 2025-08-31 14:15:25 +00:00
This commit is contained in:
Thomas Rory Gummerson
2017-07-24 18:27:48 +02:00
parent b2852e8518
commit 993bc6bccb

View File

@@ -26,7 +26,7 @@ const config = loadJSON('config.json');
const bot = new Telegraf(config.token);
bot.command('adminme', ctx =>
DEBUG && bot.command('adminme', ctx =>
(admins.admin(ctx.from),
ctx.reply('Admined')));