Twentysix26 / x26-Cogs

General purpose cogs for Red V3
GNU General Public License v3.0
41 stars 30 forks source link

Use `ctx.embed_colour()` in the Index cog #84

Open cswimr opened 3 months ago

cswimr commented 3 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.