Added a missing ;

This commit is contained in:
Daniel Odendahl Jr
2017-03-23 04:53:40 +00:00
parent 4cb565687b
commit 27083b6b49
+1 -1
View File
@@ -96,7 +96,7 @@ const memecodes = {
"bad": "bad",
"elf": "elf",
"chosen": "chosen"
}
};
module.exports = class MemeCommand extends commando.Command {
constructor(Client) {