got rid of message tables and fixed pre reply bug
This commit is contained in:
@@ -425,7 +425,7 @@ class Localuser {
|
||||
content.textContent = "Loading...";
|
||||
const full = new Fullscreen(["html", content]);
|
||||
full.show();
|
||||
const res = await fetch(this.info.api.toString() + "/v9/discoverable-guilds?limit=16", {
|
||||
const res = await fetch(this.info.api.toString() + "/v9/discoverable-guilds?limit=50", {
|
||||
headers: this.headers
|
||||
});
|
||||
const json = await res.json();
|
||||
|
Reference in New Issue
Block a user