From ae21f68cc7b196e32da1b436004ee76299111db6 Mon Sep 17 00:00:00 2001 From: Ceda EI Date: Thu, 25 Nov 2021 00:05:57 +0530 Subject: [PATCH] Add /donate --- commands/index.js | 3 +++ 1 file changed, 3 insertions(+) diff --git a/commands/index.js b/commands/index.js index 443cb84..2292574 100644 --- a/commands/index.js +++ b/commands/index.js @@ -66,6 +66,9 @@ module.exports = (bot, [ questions, kys, insults, commands_list, words, roleplay 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("donate", (ctx) => ctx.reply("Thanks for considering to donate." + + " To support the development and hosting of Quadnite Bot, you can " + + "donate here: https://liberapay.com/ceda_ei/")); function getGetGif(command) {