From 77270db9b4e56c1e5ede16c3fd2399d200835b18 Mon Sep 17 00:00:00 2001 From: Ceda EI Date: Wed, 17 Jul 2019 14:52:12 +0530 Subject: [PATCH] Alternate start text for octanite. --- commands/index.js | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/commands/index.js b/commands/index.js index 32affb6..0921d55 100644 --- a/commands/index.js +++ b/commands/index.js @@ -60,8 +60,6 @@ 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")); + bot.command("start", (ctx) => ctx.reply("Hi! I'm Octanite. Sibling of @quadnite_bot. My creator @ceda_ei created me as 'another option' to users who want the bot in their groups to have privacy mode enabled. \n\nPrivacy mode? Wut is that?\n- Well basically disabling privacy mode enables a bot to read all the messages. @quadnite_bot has that disabled. Enabling privacy mode causes the bot to not recieve messages at some times. To circumvet that, you need to append @octanite_bot to your commands or simply use @quadnite_bot. \n\n[P.S. - My creator doesn't store any messages or personal data. It's safe to use any of the two bots.]\nTo give feedback, use /feedback")); };