Compare commits
2 Commits
4c7f8f97e9
...
025a664da5
Author | SHA1 | Date |
---|---|---|
Ceda EI | 025a664da5 | |
Ceda EI | d844ac8455 |
|
@ -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+))?/, dice());
|
bot.hears(/(\d*)d(\d+)(\s*([-+])\s*(\d+))?/i, dice());
|
||||||
|
|
||||||
function getGetGif(command) {
|
function getGetGif(command) {
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue