Test await

This commit is contained in:
Daniel Odendahl Jr
2017-03-23 12:01:00 +00:00
parent 268f8961b0
commit cea110ce4b
16 changed files with 19 additions and 19 deletions
+1 -1
View File
@@ -17,6 +17,6 @@ module.exports = class KillCommand extends commando.Command {
}
console.log(`[Command] ${message.content}`);
let thingToRoleplay = message.content.split(" ").slice(1).join(" ");
message.channel.send(`${message.author} *kills* ${thingToRoleplay}`);
return message.channel.send(`${message.author} *kills* ${thingToRoleplay}`);
}
};