Remove donate link

This commit is contained in:
Ceda EI 2024-08-09 16:33:14 +05:30
parent bdf52331b1
commit 41ae943913
1 changed files with 0 additions and 3 deletions

View File

@ -67,9 +67,6 @@ module.exports = (bot, [ questions, kys, insults, commands_list, words, roleplay
bot.command("start", (ctx) => ctx.reply("Hi, I am Quadnite. If you are " 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. " + "chatting with me in private, you are most likely doing it wrong. "
+ "Add me to a group for fun. To give feedback, use /feedback")); + "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/"));
bot.hears(/^\/?(\d*)d(\d+)(@\w+)?(\s*([-+])\s*(\d+))?$/i, dice()); bot.hears(/^\/?(\d*)d(\d+)(@\w+)?(\s*([-+])\s*(\d+))?$/i, dice());
function getGetGif(command) { function getGetGif(command) {