From 45de925617d7e67d03e71f88418c64a59300f43d Mon Sep 17 00:00:00 2001 From: Ramazan Sancar Date: Sat, 25 Oct 2025 02:37:48 +0300 Subject: [PATCH] fix(discord.bots.gg): Fix API URL parameter casing for consistency --- src/fallbackListData.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/fallbackListData.ts b/src/fallbackListData.ts index 47e024e6..f1318359 100644 --- a/src/fallbackListData.ts +++ b/src/fallbackListData.ts @@ -108,7 +108,7 @@ export default { api_shards: null, api_get: 'https://discord.bots.gg/api/v1/bots/:id', api_all: - 'https://discord.bots.gg/api/v1/bots?limit=100&sort=guildcount&order=desc', + 'https://discord.bots.gg/api/v1/bots?limit=100&sort=guildCount&order=desc', }, 'discordbotlist.com': { api_docs: 'https://docs.discordbotlist.com',