mirror of
https://github.com/chylex/Discord-History-Tracker.git
synced 2025-04-14 07:37:13 +03:00
parent
5561f574cf
commit
a988003bdd
@ -193,7 +193,7 @@ class DISCORD {
|
|||||||
else if (obj.guild_id) {
|
else if (obj.guild_id) {
|
||||||
const server = {
|
const server = {
|
||||||
"id": obj.guild_id,
|
"id": obj.guild_id,
|
||||||
"name": document.querySelector("nav header > h1").innerText,
|
"name": document.querySelector("nav header h1[class*='name-']").innerText,
|
||||||
"type": "SERVER"
|
"type": "SERVER"
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user