Skip to content

Commit 5484e8a

Browse files
committed
update fallback data
pulled 9-4-2021@16:40
1 parent 4e10358 commit 5484e8a

File tree

2 files changed

+144
-139
lines changed

2 files changed

+144
-139
lines changed

src/fallbackListData.ts

Lines changed: 139 additions & 139 deletions
Original file line numberDiff line numberDiff line change
@@ -9,15 +9,55 @@ export default {
99
api_get: null,
1010
api_all: null,
1111
},
12-
'botlist.space': {
13-
api_docs: 'https://docs.botlist.space/',
14-
api_post: 'https://api.botlist.space/v1/bots/:id',
12+
'bladebotlist.xyz': {
13+
api_docs: null,
14+
api_post: 'https://bladebotlist.xyz/api/bots/:id/stats',
1515
api_field: 'server_count',
1616
api_shard_id: null,
17-
api_shard_count: null,
18-
api_shards: 'shards',
19-
api_get: 'https://api.botlist.space/v1/bots/:id',
20-
api_all: 'https://api.botlist.space/v1/bots',
17+
api_shard_count: 'shard_count',
18+
api_shards: null,
19+
api_get: 'https://bladebotlist.xyz/api/bots/:id',
20+
api_all: null,
21+
},
22+
'blist.xyz': {
23+
api_docs: 'https://blist.xyz/docs/',
24+
api_post: 'https://blist.xyz/api/v2/bot/:id/stats',
25+
api_field: 'server_count',
26+
api_shard_id: null,
27+
api_shard_count: 'shard_count',
28+
api_shards: null,
29+
api_get: 'https://blist.xyz/api/v2/bot/:id',
30+
api_all: null,
31+
},
32+
'botlists.com': {
33+
api_docs: 'https://botlists.com/api/docs',
34+
api_post: 'https://botlists.com/api/bot',
35+
api_field: 'guild_count',
36+
api_shard_id: null,
37+
api_shard_count: 'shard_count',
38+
api_shards: null,
39+
api_get: 'https://botlists.com/api/bot',
40+
api_all: null,
41+
},
42+
'botrix.cc': {
43+
api_docs: 'https://docs.botrix.cc/',
44+
api_post: 'https://botrix.cc/api/v1/bot/:id',
45+
api_field: 'servers',
46+
api_shard_id: null,
47+
api_shard_count: 'shards',
48+
api_shards: null,
49+
api_get: 'https://botrix.cc/api/v1/bot/:id',
50+
api_all: null,
51+
},
52+
'bots.discordlabs.org': {
53+
api_docs: 'https://docs.discordlabs.org/',
54+
api_post: 'https://bots.discordlabs.org/v2/bot/:id/stats',
55+
api_field: 'server_count',
56+
api_shard_id: null,
57+
api_shard_count: 'shard_count',
58+
api_shards: null,
59+
api_get: 'https://bots.discordlabs.org/v2/bot/:id',
60+
api_all: null,
2161
},
2262
'bots.ondiscord.xyz': {
2363
api_docs: 'https://bots.ondiscord.xyz/info/api',
@@ -29,6 +69,16 @@ export default {
2969
api_get: null,
3070
api_all: null,
3171
},
72+
'botsdatabase.com': {
73+
api_docs: 'https://docs.botsdatabase.com/',
74+
api_post: 'https://api.botsdatabase.com/v1/bots/:id',
75+
api_field: 'servers',
76+
api_shard_id: null,
77+
api_shard_count: null,
78+
api_shards: 'shards',
79+
api_get: 'https://api.botsdatabase.com/v1/bots/:id',
80+
api_all: null,
81+
},
3282
'botsfordiscord.com': {
3383
api_docs: 'https://docs.botsfordiscord.com',
3484
api_post: 'https://botsfordiscord.com/api/bot/:id',
@@ -39,16 +89,6 @@ export default {
3989
api_get: 'https://botsfordiscord.com/api/bot/:id',
4090
api_all: null,
4191
},
42-
'dblista.pl': {
43-
api_docs: 'https://docs.dblista.pl/',
44-
api_post: null,
45-
api_field: null,
46-
api_shard_id: null,
47-
api_shard_count: null,
48-
api_shards: null,
49-
api_get: 'https://api.dblista.pl/v1/bots/:id',
50-
api_all: null,
51-
},
5292
'discord.boats': {
5393
api_docs: 'https://docs.discord.boats/',
5494
api_post: 'https://discord.boats/api/bot/:id',
@@ -70,26 +110,6 @@ export default {
70110
api_all:
71111
'https://discord.bots.gg/api/v1/bots?limit=100&sort=guildcount&order=desc',
72112
},
73-
'discordapps.dev': {
74-
api_docs: 'https://discordapps.dev/en-GB/posts/docs/api-v2/',
75-
api_post: 'https://api.discordapps.dev/api/v2/bots/:id',
76-
api_field: 'bot.count',
77-
api_shard_id: null,
78-
api_shard_count: null,
79-
api_shards: null,
80-
api_get: 'https://api.discordapps.dev/api/v2/bots/:id',
81-
api_all: 'https://api.discordapps.dev/api/v2/bots',
82-
},
83-
'discordbot.world': {
84-
api_docs: 'https://discordbot.world/docs',
85-
api_post: 'https://discordbot.world/api/bot/:id/stats',
86-
api_field: 'guild_count',
87-
api_shard_id: null,
88-
api_shard_count: null,
89-
api_shards: 'shards',
90-
api_get: 'https://discordbot.world/api/bot/:id',
91-
api_all: 'https://discordbot.world/api/bots',
92-
},
93113
'discordbotlist.com': {
94114
api_docs: 'https://docs.discordbotlist.com',
95115
api_post: 'https://discordbotlist.com/api/bots/:id/stats',
@@ -100,6 +120,16 @@ export default {
100120
api_get: 'https://discordbotlist.com/api/bots/:id',
101121
api_all: 'https://discordbotlist.com/api/bots',
102122
},
123+
'discordbots.co': {
124+
api_docs: 'https://discordbots.co/api',
125+
api_post: 'https://api.discordbots.co/v1/public/bot/:id/stats',
126+
api_field: 'serverCount',
127+
api_shard_id: null,
128+
api_shard_count: 'shardCount',
129+
api_shards: null,
130+
api_get: 'https://api.discordbots.co/v1/public/bot/:id',
131+
api_all: null,
132+
},
103133
'discordextremelist.xyz': {
104134
api_docs: 'https://discordextremelist.xyz/docs#api-routes',
105135
api_post: 'https://api.discordextremelist.xyz/v2/bot/:id/stats',
@@ -110,24 +140,74 @@ export default {
110140
api_get: 'https://api.discordextremelist.xyz/v2/bot/:id',
111141
api_all: null,
112142
},
113-
'glennbotlist.xyz': {
114-
api_docs: 'https://docs.glennbotlist.xyz/',
115-
api_post: 'https://glennbotlist.xyz/api/bot/:id/stats',
116-
api_field: 'serverCount',
143+
'discordlist.space': {
144+
api_docs: 'https://docs.discordlist.space/',
145+
api_post: 'https://api.discordlist.space/v1/bots/:id',
146+
api_field: 'server_count',
117147
api_shard_id: null,
118-
api_shard_count: 'shardCount',
148+
api_shard_count: null,
149+
api_shards: 'shards',
150+
api_get: 'https://api.discordlist.space/v1/bots/:id',
151+
api_all: 'https://api.discordlist.space/v1/bots',
152+
},
153+
'discordlistology.com': {
154+
api_docs: 'https://discordlistology.com/developer/documentation',
155+
api_post: 'https://discordlistology.com/api/v1/bots/:id/stats',
156+
api_field: 'servers',
157+
api_shard_id: null,
158+
api_shard_count: 'shards',
159+
api_shards: null,
160+
api_get: 'https://discordlistology.com/api/v1/bots/:id/stats',
161+
api_all: null,
162+
},
163+
'disforge.com': {
164+
api_docs: 'https://disforge.com/developer',
165+
api_post: 'https://disforge.com/api/botstats/:id',
166+
api_field: 'servers',
167+
api_shard_id: null,
168+
api_shard_count: null,
119169
api_shards: null,
120170
api_get: null,
121171
api_all: null,
122172
},
123-
'mythicalbots.xyz': {
124-
api_docs: 'https://docs.mythicalbots.xyz/',
125-
api_post: 'https://mythicalbots.xyz/api/bot/:id/stats',
173+
'fateslist.xyz': {
174+
api_docs: 'https://fateslist.xyz/api/docs ',
175+
api_post: 'https://fateslist.xyz/api/bots/:id/stats',
176+
api_field: 'guild_count',
177+
api_shard_id: null,
178+
api_shard_count: 'shard_count',
179+
api_shards: null,
180+
api_get: 'https://fateslist.xyz/api/bots/:id',
181+
api_all: null,
182+
},
183+
'infinitybotlist.com': {
184+
api_docs: 'https://docs.infinitybotlist.com/',
185+
api_post: 'https://api.infinitybotlist.com/bot/:id',
186+
api_field: 'servers',
187+
api_shard_id: null,
188+
api_shard_count: 'shards',
189+
api_shards: null,
190+
api_get: 'https://api.infinitybotlist.com/bot/:id/info',
191+
api_all: null,
192+
},
193+
'nooder.co': {
194+
api_docs: 'https://nooder.co/api/docs',
195+
api_post: 'https://nooder.co/api/bot/:id/stats',
126196
api_field: 'server_count',
127197
api_shard_id: null,
128198
api_shard_count: null,
129199
api_shards: null,
130-
api_get: 'https://mythicalbots.xyz/api/bot/:id/info',
200+
api_get: 'https://nooder.co/api/bot/:id',
201+
api_all: null,
202+
},
203+
'paradisebots.net': {
204+
api_docs: 'https://docs.paradisebots.net/',
205+
api_post: 'https://paradisebots.net/api/v1/bot/:id',
206+
api_field: 'server_count',
207+
api_shard_id: null,
208+
api_shard_count: 'shard_count',
209+
api_shards: null,
210+
api_get: 'https://paradisebots.net/api/v1/bots/:id',
131211
api_all: null,
132212
},
133213
'space-bot-list.xyz': {
@@ -150,6 +230,16 @@ export default {
150230
api_get: 'https://top.gg/api/bots/:id',
151231
api_all: null,
152232
},
233+
'voidbots.net': {
234+
api_docs: 'https://docs.voidbots.net/',
235+
api_post: 'https://api.voidbots.net/bot/stats/:id',
236+
api_field: 'server_count',
237+
api_shard_id: null,
238+
api_shard_count: 'shard_count',
239+
api_shards: null,
240+
api_get: 'https://api.voidbots.net/bot/info/:id',
241+
api_all: null,
242+
},
153243
'wonderbotlist.com': {
154244
api_docs: 'https://api.wonderbotlist.com/en/',
155245
api_post: 'https://api.wonderbotlist.com/v1/bot/:id',
@@ -170,104 +260,14 @@ export default {
170260
api_get: 'https://yabl.xyz/api/bot/:id',
171261
api_all: 'https://yabl.xyz/api/bots/all',
172262
},
173-
'blist.xyz': {
174-
api_docs: 'https://blist.xyz/docs/',
175-
api_post: 'https://blist.xyz/api/bot/:id/stats',
176-
api_field: 'server_count',
177-
api_shard_id: null,
178-
api_shard_count: 'shard_count',
179-
api_shards: null,
180-
api_get: 'https://blist.xyz/api/bot/:id/stats',
181-
api_all: null,
182-
},
183-
'bots.discordlabs.org': {
184-
api_docs: 'https://docs.discordlabs.org/',
185-
api_post: 'https://bots.discordlabs.org/v2/bot/:id/stats',
186-
api_field: 'server_count',
187-
api_shard_id: null,
188-
api_shard_count: 'shard_count',
189-
api_shards: null,
190-
api_get: 'https://bots.discordlabs.org/v2/bot/:id',
191-
api_all: null,
192-
},
193-
'botsdatabase.com': {
194-
api_docs: 'https://docs.botsdatabase.com/',
195-
api_post: 'https://api.botsdatabase.com/v1/bots/:id',
196-
api_field: 'servers',
197-
api_shard_id: null,
198-
api_shard_count: null,
199-
api_shards: 'shards',
200-
api_get: 'https://api.botsdatabase.com/v1/bots/:id',
201-
api_all: null,
202-
},
203-
'discordbots.co': {
204-
api_docs: 'https://discordbots.co/api',
205-
api_post: 'https://api.discordbots.co/v1/public/bot/:id/stats',
206-
api_field: 'serverCount',
207-
api_shard_id: null,
208-
api_shard_count: 'shardCount',
209-
api_shards: null,
210-
api_get: 'https://api.discordbots.co/v1/public/bot/:id',
211-
api_all: null,
212-
},
213-
'discordlistology.com': {
214-
api_docs: 'https://discordlistology.com/developer/documentation',
215-
api_post: 'https://discordlistology.com/api/v1/bots/:id/stats',
216-
api_field: 'servers',
217-
api_shard_id: null,
218-
api_shard_count: 'shards',
219-
api_shards: null,
220-
api_get: 'https://discordlistology.com/api/v1/bots/:id/stats',
221-
api_all: null,
222-
},
223-
'nooder.co': {
224-
api_docs: 'https://nooder.co/api/docs',
225-
api_post: 'https://nooder.co/api/bot/:id/stats',
226-
api_field: 'server_count',
227-
api_shard_id: null,
228-
api_shard_count: null,
229-
api_shards: null,
230-
api_get: 'https://nooder.co/api/bot/:id',
231-
api_all: null,
232-
},
233263
'topcord.xyz': {
234264
api_docs: 'https://docs.topcord.xyz/#/',
235-
api_post: 'https://topcord.xyz/api/bot/stats/:id',
265+
api_post: 'https://api.topcord.xyz/bot/:id/stats',
236266
api_field: 'guilds',
237267
api_shard_id: null,
238268
api_shard_count: 'shards',
239269
api_shards: null,
240-
api_get: 'https://topcord.xyz/api/bot/:id',
241-
api_all: null,
242-
},
243-
'voidbots.net': {
244-
api_docs: 'https://docs.voidbots.net/',
245-
api_post: 'https://voidbots.net/api/auth/stats/:id',
246-
api_field: 'server_count',
247-
api_shard_id: null,
248-
api_shard_count: null,
249-
api_shards: null,
250-
api_get: 'https://voidbots.net/api/auth/info/:id',
251-
api_all: null,
252-
},
253-
'bladebotlist.xyz': {
254-
api_docs: 'https://docs.bladebotlist.xyz/',
255-
api_post: 'https://bladebotlist.xyz/api/bots/:id/stats',
256-
api_field: 'server_count',
257-
api_shard_id: null,
258-
api_shard_count: 'shard_count',
259-
api_shards: null,
260-
api_get: 'https://bladebotlist.xyz/api/bots/:id',
261-
api_all: null,
262-
},
263-
'disforge.com': {
264-
api_docs: 'https://disforge.com/developer',
265-
api_post: 'https://disforge.com/api/botstats/:id',
266-
api_field: 'servers',
267-
api_shard_id: null,
268-
api_shard_count: null,
269-
api_shards: null,
270-
api_get: null,
271-
api_all: null,
270+
api_get: 'https://api.topcord.xyz/bot/:id',
271+
api_all: 'https://api.topcord.xyz/bots',
272272
},
273273
};

src/legacyIdsFallbackData.ts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,14 @@
11
export default {
22
'vultrex.io': 'discordbots.co',
33
'space-bot-list.org': 'space-bot-list.xyz',
4+
'mythicalbots.xyz': 'bots.idledev.org',
5+
'infinitybots.xyz': 'infinitybotlist.com',
6+
'infinitybots.com': 'infinitybotlist.com',
7+
'distop.xyz': 'bots.distop.xyz',
48
'discordlist.co': 'nooder.co',
59
'discordbots.org': 'top.gg',
610
'discordbotreviews.xyz': 'nooder.co',
711
'botsparadiscord.xyz': 'botsparadiscord.com',
12+
'botlist.space': 'discordlist.space',
813
'arcane-botcenter.xyz': 'arcane-center.xyz',
914
};

0 commit comments

Comments
 (0)