Started work on chat autocomplete
This commit is contained in:
parent
6cb7a6223e
commit
8f45048ab6
8 changed files with 193 additions and 92 deletions
|
|
@ -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){
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue