Compare commits

..

No commits in common. "025a664da5a4804af4d2401b91e96a0ef63ecee6" and "4c7f8f97e9ddb71fdac367ab9899008a9a1236bc" have entirely different histories.

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." bot.command("donate", (ctx) => ctx.reply("Thanks for considering to donate."
+ " To support the development and hosting of Quadnite Bot, you can " + " To support the development and hosting of Quadnite Bot, you can "
+ "donate here: https://liberapay.com/ceda_ei/")); + "donate here: https://liberapay.com/ceda_ei/"));
bot.hears(/(\d*)d(\d+)(\s*([-+])\s*(\d+))?/i, dice()); bot.hears(/(\d*)d(\d+)(\s*([-+])\s*(\d+))?/, dice());
function getGetGif(command) { function getGetGif(command) {