Lots of small changes

This commit is contained in:
lilyissillyyy
2025-08-26 22:30:54 -04:00
parent 5048fbe243
commit bda18aa3ae
11 changed files with 183 additions and 169 deletions
+1 -1
View File
@@ -28,7 +28,7 @@ module.exports = class JokeCommand extends Command {
if (body.type === 'twopart') {
return msg.say(stripIndents`
${body.setup}
${body.delivery}
||${body.delivery}||
`);
}
return msg.say(body.joke);