Add /start

This commit is contained in:
Ceda EI 2019-02-14 19:00:19 +05:30
parent 59e8db799a
commit bd2f38679c
1 changed files with 3 additions and 0 deletions

View File

@ -60,5 +60,8 @@ module.exports = (bot, [ questions, kys, insults, commands_list, words ],
"https://wiki.archlinux.org/api.php")(ctx).then(x => ctx.reply(x,
{parse_mode: "HTML"})));
bot.command("info", (ctx) => ctx.reply(info()(ctx), {parse_mode: "Markdown"}));
bot.command("start", (ctx) => ctx.reply("Hi, I am Quadnite. If you are "
+ "chatting with me in private, you are most likely doing it wrong. "
+ "Add me to a group for fun. To give feedback, use /feedback"));
};