mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-16 00:12:32 +02:00
More Formatting Woot
This commit is contained in:
@@ -17,7 +17,7 @@ module.exports = class ReverseCommand extends commando.Command {
|
||||
}
|
||||
console.log("[Command] " + message.content);
|
||||
let stringToReverse = message.content.split(" ").slice(1).join(" ");
|
||||
if (stringToReverse === "") {
|
||||
if (!stringToReverse) {
|
||||
message.channel.send(":x: Error! Nothing to reverse!");
|
||||
}
|
||||
else {
|
||||
|
||||
Reference in New Issue
Block a user