mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-23 18:05:01 +02:00
Lots of small changes
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user