File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -122,7 +122,7 @@ See more examples [here](/examples).
122
122
- [ lbots.org] ( https://lbots.org ) ([ docs] ( https://dbots.readthedocs.io/en/latest/api.html#dbots.LBots ) )
123
123
- [ listmybots.com] ( https://listmybots.com ) ([ docs] ( https://dbots.readthedocs.io/en/latest/api.html#dbots.ListMyBots ) )
124
124
- [ mythicalbots.xyz] ( https://mythicalbots.xyz ) ([ docs] ( https://dbots.readthedocs.io/en/latest/api.html#dbots.MythicalBots ) )
125
- - [ space-bot-list.org ] ( https://space-bot-list.org ) ([ docs] ( https://dbots.readthedocs.io/en/latest/api.html#dbots.SpaceBotsList ) )
125
+ - [ space-bot-list.xyz ] ( https://space-bot-list.xyz ) ([ docs] ( https://dbots.readthedocs.io/en/latest/api.html#dbots.SpaceBotsList ) )
126
126
- [ top.gg] ( https://top.gg ) ([ docs] ( https://dbots.readthedocs.io/en/latest/api.html#dbots.TopGG ) )
127
127
- [ wonderbotlist.com] ( https://wonderbotlist.com ) ([ docs] ( https://dbots.readthedocs.io/en/latest/api.html#dbots.WonderBotList ) )
128
128
- [ yabl.xyz] ( yabl.xyz ) ([ docs] ( https://dbots.readthedocs.io/en/latest/api.html#dbots.YABL ) )
Original file line number Diff line number Diff line change @@ -1502,11 +1502,11 @@ class SpaceBotsList(Service):
1502
1502
Represents the Space Bots List service.
1503
1503
1504
1504
.. seealso::
1505
- - `Space Bots List Website <https://space-bot-list.org />`_
1505
+ - `Space Bots List Website <https://space-bot-list.xyz />`_
1506
1506
- `Space Bots List API Documentation <https://spacebots.gitbook.io/tutorial-en/>`_
1507
1507
"""
1508
1508
1509
- BASE_URL = 'https://space-bot-list.org /api'
1509
+ BASE_URL = 'https://space-bot-list.xyz /api'
1510
1510
1511
1511
@staticmethod
1512
1512
def aliases () -> list :
You can’t perform that action at this time.
0 commit comments