Skip to content

Commit 7c37867

Browse files
committed
fix(SpaceBotsList): fix aliases
1 parent cf27174 commit 7c37867

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dbots/service.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1105,7 +1105,7 @@ class SpaceBotsList(Service):
11051105

11061106
@staticmethod
11071107
def aliases() -> list:
1108-
return ['spacebotslist', 'spacebotlist', 'spacebots', 'space-bot-list.org', 'space', 'sbl']
1108+
return ['spacebotslist', 'space-bot-list.xyz']
11091109

11101110
@staticmethod
11111111
def _post(

0 commit comments

Comments
 (0)