mirror of
https://gitlab.com/ceda_ei/Quadnite-Bot
synced 2026-05-06 05:40:04 +02:00
Fix crash on failing to send gif
This commit is contained in:
@@ -21,7 +21,7 @@ module.exports = (bot, [ questions, kys, insults, commands_list, words, roleplay
|
||||
.then(bot_user => {
|
||||
|
||||
const default_text = (command, text) => `Do you want to ${text} `
|
||||
+ `yourself?\nIf no, reply to someone with /${command} to kill`
|
||||
+ `yourself?\nIf no, reply to someone with /${command} to ${command}`
|
||||
+ ` them or run /${command} username/name.\nYou can suggest `
|
||||
+ `more /${command} replies using /feedback`;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user