Started work on chat autocomplete

This commit is contained in:
rainbow napkin 2025-01-03 04:05:29 -05:00
parent 6cb7a6223e
commit 8f45048ab6
8 changed files with 193 additions and 92 deletions

View file

@ -106,7 +106,7 @@ class emotePanel extends panelObj{
}
//Add the emote to the chatbox prompt
this.client.chatBox.chatPrompt.value += `[${emote}]`;
this.client.chatBox.catChat(`[${emote}]`);
}
addPersonalEmote(event){