mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-26 06:42:50 +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) {
|
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