Skip to content

Commit cf27174

Browse files
committed
fix!: update aliases to be consistent
1 parent 6f331cf commit cf27174

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

dbots/service.py

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,7 @@ class BotsForDiscord(Service):
203203

204204
@staticmethod
205205
def aliases() -> list:
206-
return ['botsfordiscord', 'botsfordiscord.com', 'bfd']
206+
return ['botsfordiscord', 'botsfordiscord.com']
207207

208208
@staticmethod
209209
def _post(
@@ -303,7 +303,7 @@ class BotsOnDiscord(Service):
303303

304304
@staticmethod
305305
def aliases() -> list:
306-
return ['botsondiscord', 'bots.ondiscord.xyz', 'bod']
306+
return ['botsondiscord', 'bots.ondiscord.xyz']
307307

308308
@staticmethod
309309
def _post(
@@ -405,7 +405,7 @@ class DiscordBotsGG(Service):
405405

406406
@staticmethod
407407
def aliases() -> list:
408-
return ['discordbotsgg', 'discord.bots.gg', 'botsgg', 'bots.gg', 'dbots']
408+
return ['discordbotsgg', 'discord.bots.gg']
409409

410410
@staticmethod
411411
def _post(
@@ -475,7 +475,7 @@ class DiscordBoats(Service):
475475

476476
@staticmethod
477477
def aliases() -> list:
478-
return ['discordboats', 'discord.boats', 'dboats']
478+
return ['discordboats', 'discord.boats']
479479

480480
@staticmethod
481481
def _post(
@@ -563,7 +563,7 @@ class DiscordBotList(Service):
563563

564564
@staticmethod
565565
def aliases() -> list:
566-
return ['discordbotlist', 'discordbotlist.com', 'dbotlist']
566+
return ['discordbotlist', 'discordbotlist.com']
567567

568568
@staticmethod
569569
def _post(
@@ -600,7 +600,7 @@ class DiscordExtremeList(Service):
600600

601601
@staticmethod
602602
def aliases() -> list:
603-
return ['discordextremelist', 'discordextremelist.xyz', 'discordextremelistxyz', 'del']
603+
return ['discordextremelist', 'discordextremelist.xyz']
604604

605605
@staticmethod
606606
def _post(
@@ -706,7 +706,7 @@ class DiscordLabs(Service):
706706

707707
@staticmethod
708708
def aliases() -> list:
709-
return ['discordlabs', 'discord-labs', 'discordlabs.org', 'bots.discordlabs.org']
709+
return ['discordlabs', 'discordlabs.org']
710710

711711
@staticmethod
712712
def _post(
@@ -1016,7 +1016,7 @@ class DiscordListology(Service):
10161016

10171017
@staticmethod
10181018
def aliases() -> list:
1019-
return ['discordlistology']
1019+
return ['discordlistology', 'discordlistology.com']
10201020

10211021
@staticmethod
10221022
def _post(
@@ -1199,7 +1199,7 @@ class TopGG(Service):
11991199

12001200
@staticmethod
12011201
def aliases() -> list:
1202-
return ['topgg', 'top.gg', 'top']
1202+
return ['topgg', 'top.gg']
12031203

12041204
@staticmethod
12051205
def _post(
@@ -1349,7 +1349,7 @@ class WonderBotList(Service):
13491349

13501350
@staticmethod
13511351
def aliases() -> list:
1352-
return ['wonderbotlist', 'wonderbotlist.com', 'wonderbotlistcom', 'wonder', 'wbl']
1352+
return ['wonderbotlist', 'wonderbotlist.com']
13531353

13541354
@staticmethod
13551355
def _post(
@@ -1410,7 +1410,7 @@ class YABL(Service):
14101410

14111411
@staticmethod
14121412
def aliases() -> list:
1413-
return ['yabl', 'yablxyz', 'yabl.xyz']
1413+
return ['yabl', 'yabl.xyz']
14141414

14151415
@staticmethod
14161416
def _post(

0 commit comments

Comments
 (0)