mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-22 18:29:14 +02:00
Fix
This commit is contained in:
@@ -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}
|
||||||
`);
|
`);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user