mirror of
https://github.com/Cog-Creators/Red-DiscordBot.git
synced 2025-11-06 03:08:55 -05:00
Fix broken link in set color docstring (#2803)
This commit is contained in:
parent
2f8b1a21c7
commit
10412c4f51
@ -850,7 +850,7 @@ class Core(commands.Cog, CoreLogic):
|
|||||||
|
|
||||||
Acceptable values for the colour parameter can be found at:
|
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:
|
if colour is None:
|
||||||
ctx.bot.color = discord.Color.red()
|
ctx.bot.color = discord.Color.red()
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user