More Formatting Woot

This commit is contained in:
Daniel Odendahl Jr
2017-03-23 02:02:42 +00:00
parent 40a4af36c4
commit 3b007758aa
38 changed files with 51 additions and 43 deletions
+3 -2
View File
@@ -7,7 +7,8 @@ module.exports = class SayCommand extends commando.Command {
aliases: [
'copy',
'repeat',
'parrot'
'parrot',
'echo'
],
group: 'textedit',
memberName: 'say',
@@ -22,7 +23,7 @@ module.exports = class SayCommand extends commando.Command {
}
console.log("[Command] " + message.content);
let copycat = message.content.split(" ").slice(1).join(" ");
if (copycat === "") {
if (!copycat) {
message.channel.send(":x: Error! Nothing to say!");
}
else {