Compare commits

...

2 Commits

Author SHA1 Message Date
Ceda EI 025a664da5 Merge remote-tracking branch 'quadnite/master' 2023-10-14 23:01:00 +05:30
Ceda EI d844ac8455 Make dice command case-insensitive 2023-10-14 23:00:15 +05:30
1 changed files with 1 additions and 1 deletions

View File

@ -68,7 +68,7 @@ module.exports = (bot, [ questions, kys, insults, commands_list, words, roleplay
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+)(\s*([-+])\s*(\d+))?/, dice());
bot.hears(/(\d*)d(\d+)(\s*([-+])\s*(\d+))?/i, dice());
function getGetGif(command) {