ui enhacements and next-gen input item code (not implented)

This commit is contained in:
Andrew Gundersen 2021-03-04 11:03:33 -06:00
commit a79dbf0e6c
10 changed files with 271 additions and 16 deletions

View file

@ -9,11 +9,8 @@ interface RenderMessage {
text: string;
audio: boolean | Buffer;
};
avatar: string;
context: string;
subContext: string;
modifier: string;
time: string;
id: string;
}