Update ShowEmojiServer.plugin.js

This commit is contained in:
Mirco Wittrien 2017-08-22 18:00:10 +02:00 committed by GitHub
parent 30e25bbd31
commit 3e0738e8dd
1 changed files with 0 additions and 2 deletions

View File

@ -3,7 +3,6 @@
class ShowEmojiServer {
constructor () {
this.emojiList = {};
this.hovering = false;
}
getName () {return "showEmojiServer";}
@ -63,7 +62,6 @@ class ShowEmojiServer {
}
}
}
console.log(this.getName() + ": EmojiList loaded.");
}
hoverEmoji () {