[commands] Fix references in Bot to actually link.
Exceptions can't seem to link due to a bug in Sphinx.
This commit is contained in:
		| @@ -47,7 +47,10 @@ extlinks = { | ||||
| } | ||||
|  | ||||
| # Links used for cross-referencing stuff in other documentation | ||||
| intersphinx_mapping = {'py': ('https://docs.python.org/3', None)} | ||||
| intersphinx_mapping = { | ||||
|   'py': ('https://docs.python.org/3', None), | ||||
|   'aio': ('https://aiohttp.readthedocs.io/en/stable/', None) | ||||
| } | ||||
|  | ||||
| rst_prolog = """ | ||||
| .. |coro| replace:: This function is a |corourl|_. | ||||
|   | ||||
		Reference in New Issue
	
	Block a user