Skip to content

Commit f73af84

Browse files
authored
Update SpaceBotsList URL (#4)
1 parent fd3ea04 commit f73af84

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ See more examples [here](/examples).
122122
- [lbots.org](https://lbots.org) ([docs](https://dbots.readthedocs.io/en/latest/api.html#dbots.LBots))
123123
- [listmybots.com](https://listmybots.com) ([docs](https://dbots.readthedocs.io/en/latest/api.html#dbots.ListMyBots))
124124
- [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))
126126
- [top.gg](https://top.gg) ([docs](https://dbots.readthedocs.io/en/latest/api.html#dbots.TopGG))
127127
- [wonderbotlist.com](https://wonderbotlist.com) ([docs](https://dbots.readthedocs.io/en/latest/api.html#dbots.WonderBotList))
128128
- [yabl.xyz](yabl.xyz) ([docs](https://dbots.readthedocs.io/en/latest/api.html#dbots.YABL))

dbots/service.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1502,11 +1502,11 @@ class SpaceBotsList(Service):
15021502
Represents the Space Bots List service.
15031503
15041504
.. seealso::
1505-
- `Space Bots List Website <https://space-bot-list.org/>`_
1505+
- `Space Bots List Website <https://space-bot-list.xyz/>`_
15061506
- `Space Bots List API Documentation <https://spacebots.gitbook.io/tutorial-en/>`_
15071507
"""
15081508

1509-
BASE_URL = 'https://space-bot-list.org/api'
1509+
BASE_URL = 'https://space-bot-list.xyz/api'
15101510

15111511
@staticmethod
15121512
def aliases() -> list:

0 commit comments

Comments
 (0)