mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-05 13:53:12 +02:00
Implement appel's suggestion (Crucial fix)
This commit is contained in:
@@ -13,6 +13,6 @@ module.exports = class IsTuesdayCommand extends Command {
|
||||
}
|
||||
|
||||
run(msg) {
|
||||
return msg.say(`Today is${isTuesday() ? '' : ' **not**'} Tuesday.`);
|
||||
return msg.say(`Today **is${isTuesday() ? '' : ' not'}** Tuesday.`);
|
||||
}
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user