Fix broken link in set color docstring (#2803)

This commit is contained in:
Elizabeth Sherrock 2019-06-29 11:35:47 -04:00 committed by Toby Harradine
parent 2f8b1a21c7
commit 10412c4f51

View File

@ -850,7 +850,7 @@ class Core(commands.Cog, CoreLogic):
Acceptable values for the colour parameter can be found at:
http://discordpy.readthedocs.io/en/rewrite/ext/commands/api.html#discord.ext.commands.ColourConverter
https://discordpy.readthedocs.io/en/stable/ext/commands/api.html#discord.ext.commands.ColourConverter
"""
if colour is None:
ctx.bot.color = discord.Color.red()