Update /commands to include new commands

This commit is contained in:
2021-06-21 23:18:13 +05:30
parent 71e6f6927d
commit fde5830309
2 changed files with 53 additions and 16 deletions

View File

@@ -33,7 +33,7 @@ module.exports = (bot, [ questions, kys, insults, commands_list, words, roleplay
});
bot.command("commands", (ctx) => ctx.reply(commands_list.join("\n")));
bot.command("commands", (ctx) => ctx.reply(commands_list.join("\n"), {parse_mode: "html"}));
bot.command("is", (ctx) => ctx.reply(is(random)(ctx)));
bot.command("are", (ctx) => ctx.reply(is(random)(ctx)));
bot.command("can", (ctx) => ctx.reply(is(random)(ctx)));