typing out a lot of the JSON

This commit is contained in:
MathMan05 2024-07-26 16:31:27 -05:00
parent 514f81ee8b
commit 58b79be7f2
19 changed files with 359 additions and 44 deletions

View file

@ -114,7 +114,7 @@ class Localuser {
"capabilities": 16381,
"properties": {
"browser": "Jank Client",
"client_build_number": 0,
"client_build_number": 0, //might update this eventually lol
"release_channel": "Custom",
"browser_user_agent": navigator.userAgent
},
@ -262,7 +262,7 @@ class Localuser {
delChannel(json) {
json.guild_id ??= "@me";
this.guildids.get(json.guild_id).delChannel(json);
if (json.guild_id === this.lookingguild.snowflake) {
if (json.guild_id === this.lookingguild.id) {
this.loadGuild(json.guild_id);
}
}