From bd2f38679ca159964105e3dff9f3c8ee0d3cb865 Mon Sep 17 00:00:00 2001 From: Ceda EI Date: Thu, 14 Feb 2019 19:00:19 +0530 Subject: [PATCH] Add /start --- commands/index.js | 3 +++ 1 file changed, 3 insertions(+) diff --git a/commands/index.js b/commands/index.js index 4cca973..32affb6 100644 --- a/commands/index.js +++ b/commands/index.js @@ -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")); };