mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-04 15:56:52 +02:00
Fix
This commit is contained in:
@@ -29,7 +29,7 @@ module.exports = class JokeCommand extends Command {
|
||||
.query({ blacklistFlags: blacklist.join(',') });
|
||||
if (body.type === 'twopart') {
|
||||
return msg.say(stripIndents`
|
||||
_${body.setup}_
|
||||
${body.setup}
|
||||
${body.delivery}
|
||||
`);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user