This commit is contained in:
Dragon Fire
2021-04-24 17:36:11 -04:00
parent a86edec79b
commit fb110a9dea
+1 -1
View File
@@ -29,7 +29,7 @@ module.exports = class JokeCommand extends Command {
.query({ blacklistFlags: blacklist.join(',') }); .query({ blacklistFlags: blacklist.join(',') });
if (body.type === 'twopart') { if (body.type === 'twopart') {
return msg.say(stripIndents` return msg.say(stripIndents`
_${body.setup}_ ${body.setup}
${body.delivery} ${body.delivery}
`); `);
} }