mirror of
https://github.com/thedevs-network/the-guard-bot
synced 2025-09-04 08:05:30 +00:00
Fix
This commit is contained in:
2
index.js
2
index.js
@@ -26,7 +26,7 @@ const config = loadJSON('config.json');
|
|||||||
|
|
||||||
const bot = new Telegraf(config.token);
|
const bot = new Telegraf(config.token);
|
||||||
|
|
||||||
bot.command('adminme', ctx =>
|
DEBUG && bot.command('adminme', ctx =>
|
||||||
(admins.admin(ctx.from),
|
(admins.admin(ctx.from),
|
||||||
ctx.reply('Admined')));
|
ctx.reply('Admined')));
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user