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