custom emoji picker

merges fbb7ed3c9c (diff-beb98739004ececc621a1ab4a177e04f96d8d358c215716df0dcf1e1cb0f453c) and makes it fully functional along with CSS fixes
This commit is contained in:
MathMan05 2024-08-13 13:53:52 -05:00
parent 96faadddd0
commit ece9ebceb5
8 changed files with 174 additions and 60 deletions

View file

@ -21,6 +21,7 @@ class Guild {
parent_id;
member;
html;
emojis;
get id() {
return this.snowflake.id;
}
@ -75,6 +76,7 @@ class Guild {
if (json === -1) {
return;
}
this.emojis = json.emojis;
this.owner = owner;
this.headers = this.owner.headers;
this.channels = [];