Added site-wide emote support.

This commit is contained in:
rainbow napkin 2024-12-20 01:42:48 -05:00
parent 41d0302ded
commit 97717b525c
11 changed files with 122 additions and 22 deletions

View file

@ -27,7 +27,7 @@ class chatBox{
//Preprocessor objects
this.commandPreprocessor = new commandPreprocessor(client);
this.chatPostprocessor = new chatPostprocessor();
this.chatPostprocessor = new chatPostprocessor(client);
//Element Nodes
this.chatPanel = document.querySelector("#chat-panel-div");