I'm trying to list all 100 servers I'm allowed to subscribe to on Discord. Also once I have that list I wish to filter and sort by activity, by alphabetically and by size.
Preferably I wish to use the inbuilt UI but if I have to use the web-console and javascript I'm happy to. I've discovered that the Discord server div classname is blobContainer_e5445c with the attribute data-dnd-name contains the Discord Server name. However the length of that filter is only 69 items/elements when I'm sure I have close to the limit of 100.
Can any power users help?