Started work on personal emotes.

This commit is contained in:
rainbow napkin 2024-12-22 13:46:08 -05:00
parent db5fac83ab
commit a4a1f6a65b
16 changed files with 248 additions and 18 deletions

View file

@ -46,6 +46,7 @@ module.exports = class commandPreprocessor{
//split the command
this.splitCommand();
//Process the command
await this.processServerCommand();