mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-06 22:44:32 +02:00
Add period to end of affirmations
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