mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-12 08:14:47 +02:00
Fix
This commit is contained in:
@@ -20,6 +20,6 @@ module.exports = class AffirmationCommand extends Command {
|
||||
}
|
||||
|
||||
run(msg) {
|
||||
return msg.say(`${affirmations[Math.floor(Math.random() * affirmations.length)]}.`);
|
||||
return msg.say(affirmations[Math.floor(Math.random() * affirmations.length)]);
|
||||
}
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user