Open cswimr opened 6 months ago
As stated by the title, this PR makes the Index cog use the ctx.embed_colour()function wherever possible, instead of just using discord.Colour.red(). Tested and it works perfectly fine as far as I can tell.
ctx.embed_colour()
discord.Colour.red()
As stated by the title, this PR makes the Index cog use the
ctx.embed_colour()
function wherever possible, instead of just usingdiscord.Colour.red()
. Tested and it works perfectly fine as far as I can tell.