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