File tree Expand file tree Collapse file tree 5 files changed +4
-4
lines changed Expand file tree Collapse file tree 5 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 7272}
7373
7474extlinks = {
75- "apidocs" : ("https://some-random-api.ml /docs/%s" , None ),
75+ "apidocs" : ("https://some-random-api.com /docs/%s" , None ),
7676}
7777
7878
Original file line number Diff line number Diff line change @@ -41,7 +41,7 @@ More Examples in the `Examples <https://github.com/Soheab/somerandomapi.py/blob/
4141Links
4242------
4343
44- **API **: https://some-random-api.ml /
44+ **API **: https://some-random-api.com /
4545**API Discord **: https://discord.gg/tTUMWFd
4646
4747**Library Discord **: https://discord.gg/yCzcfju
Original file line number Diff line number Diff line change @@ -6,6 +6,7 @@ authors = [
66]
77requires-python = " >=3.9"
88keywords = [
9+ " https://some-random-api.com" ,
910 " some-random-api" ,
1011 " api" ,
1112 " somerandomapi" ,
Original file line number Diff line number Diff line change @@ -199,7 +199,7 @@ class Chatbot:
199199 - 3: 60 requests per 60 seconds
200200
201201 _handle_ratelimit: :class:`bool`
202- https://some-random-api.ml /docs/welcome/ratelimits#chatbot
202+ https://some-random-api.com /docs/welcome/ratelimits#chatbot
203203 Whether to handle the ratelimit automatically. This is subject to change and should not be relied on.
204204 If this is set to ``True``, you must provide either a client or a key and a key_tier.
205205 """
Original file line number Diff line number Diff line change 6262__all__ = ()
6363
6464
65- # source: https://github.com/Rapptz/discord.py/blob/master/discord/http.py
6665async def json_or_text (response : aiohttp .ClientResponse ) -> Union [dict [str , Any ], str ]:
6766 text = await response .text (encoding = "utf-8" )
6867 if response .content_type == "application/json" :
You can’t perform that action at this time.
0 commit comments