Compare commits

..

No commits in common. "3177a1a444cb540e97e55a67ea295a1214a374cd" and "04268d9e221c6d4d8122cf10b570a8177bdd673b" have entirely different histories.

2 changed files with 2 additions and 2 deletions

View File

@ -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 ${command}`
+ `yourself?\nIf no, reply to someone with /${command} to kill`
+ ` them or run /${command} username/name.\nYou can suggest `
+ `more /${command} replies using /feedback`;

View File

@ -38,7 +38,7 @@ module.exports = (forms, getGif) => (ctx) => {
reply = forms.none
.replace("{}", user);
return getGif()
getGif()
.then(gif => ctx.replyWithAnimation(gif.data.url, {caption: reply}));
};