Replace links to v3-develop docs with links to stable docs (#3186)

* Update customcom.py

* Update permissions.py

* Create 3186.docs.rst

* Create 3186.docs.rst

* Rename 3186.docs.rst to 3186.misc.rst

* Rename 3186.docs.rst to 3186.misc.rst
This commit is contained in:
jack1142
2020-01-02 14:48:33 +01:00
committed by Michael H
parent ab747d2432
commit 62b679b1b9
4 changed files with 4 additions and 2 deletions

View File

@@ -212,7 +212,7 @@ class CustomCommands(commands.Cog):
If a type is not specified, a simple CC will be created.
CCs can be enhanced with arguments, see the guide
[here](https://red-discordbot.readthedocs.io/en/v3-develop/cog_customcom.html).
[here](https://docs.discord.red/en/stable/cog_customcom.html).
"""
await ctx.invoke(self.cc_create_simple, command=command, text=text)