From 1ed9aa340dc22f31762fca7aee0e2a1c609f6fe5 Mon Sep 17 00:00:00 2001 From: Pixelated Date: Sun, 16 Aug 2026 15:06:21 -0600 Subject: [PATCH 1/3] Update: omniplex.gg Updated some more stuff I forgot with my last change. --- data/lists/omniplex.gg.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/data/lists/omniplex.gg.json b/data/lists/omniplex.gg.json index b889bd4..e292483 100644 --- a/data/lists/omniplex.gg.json +++ b/data/lists/omniplex.gg.json @@ -18,15 +18,15 @@ "api_shard_count": "shards", "api_shards": null, "api_get": "https://spider.omniplex.gg/bots/:id", - "api_all": "https://spider.omniplex.gg/bots/all", + "api_all": "https://spider.omniplex.gg/bots/@all", "view_bot": "https://omniplex.gg/bots/:id", - "bot_widget": "https://widgets.omniplex.gg/bots/:id", - "content": null, + "bot_widget": "https://omniplex.gg/bots/:id/widget", + "content": "Update: website is under active development", "owners": "codemeapixel#0000 (510065483693817867)", "discord": "https://discord.gg/infinity-bot-list-758641373074423808", "features": [ - "bot-resubmission", "bot-reviews", + "bot-resubmission", "offers-paid-promotion", "html-long-description", "iframe-long-description", From 4437ac12c9bc386a07ae2e6ff97306896c1a2767 Mon Sep 17 00:00:00 2001 From: Pixelated Date: Sun, 16 Aug 2026 23:23:41 -0600 Subject: [PATCH 2/3] Change content field to null in omniplex.gg.json Set content field to null for omniplex.gg. --- data/lists/omniplex.gg.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/lists/omniplex.gg.json b/data/lists/omniplex.gg.json index e292483..54a7a43 100644 --- a/data/lists/omniplex.gg.json +++ b/data/lists/omniplex.gg.json @@ -21,7 +21,7 @@ "api_all": "https://spider.omniplex.gg/bots/@all", "view_bot": "https://omniplex.gg/bots/:id", "bot_widget": "https://omniplex.gg/bots/:id/widget", - "content": "Update: website is under active development", + "content": null, "owners": "codemeapixel#0000 (510065483693817867)", "discord": "https://discord.gg/infinity-bot-list-758641373074423808", "features": [ From 55a699b09aad3fd318726fb198d74da23ab9628e Mon Sep 17 00:00:00 2001 From: Pixelated Date: Sat, 22 Aug 2026 10:57:24 -0600 Subject: [PATCH 3/3] Update API URLs in omniplex.gg.json --- data/lists/omniplex.gg.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/data/lists/omniplex.gg.json b/data/lists/omniplex.gg.json index 54a7a43..d8917ed 100644 --- a/data/lists/omniplex.gg.json +++ b/data/lists/omniplex.gg.json @@ -10,15 +10,15 @@ "defunct": 0, "discord_only": 1, "description": "Everything your Discord community needs, all in one place.", - "api_docs": "https://spider.omniplex.gg/docs", - "api_post": "https://spider.omniplex.gg/bots/stats", + "api_docs": "https://docs.omniplex.gg/docs/api-reference", + "api_post": "https://api.omniplex.gg/bots/stats", "api_post_method": null, "api_field": "servers", "api_shard_id": null, "api_shard_count": "shards", "api_shards": null, - "api_get": "https://spider.omniplex.gg/bots/:id", - "api_all": "https://spider.omniplex.gg/bots/@all", + "api_get": "https://api.omniplex.gg/bots/:id", + "api_all": "https://api.omniplex.gg/bots/@all", "view_bot": "https://omniplex.gg/bots/:id", "bot_widget": "https://omniplex.gg/bots/:id/widget", "content": null,