mirror of
https://github.com/Cog-Creators/Red-DiscordBot.git
synced 2025-12-06 09:22:31 -05:00
Co-authored-by: Kreusada Lavranocoyaskalas <67752638+Kreusada@users.noreply.github.com>
This commit is contained in:
@@ -3498,7 +3498,7 @@ class Core(commands.commands._RuleDropper, commands.Cog, CoreLogic):
|
|||||||
description = _("Owner of {}").format(ctx.bot.user)
|
description = _("Owner of {}").format(ctx.bot.user)
|
||||||
content = _("You can reply to this message with {}contact").format(prefix)
|
content = _("You can reply to this message with {}contact").format(prefix)
|
||||||
if await ctx.embed_requested():
|
if await ctx.embed_requested():
|
||||||
e = discord.Embed(colour=discord.Colour.red(), description=message)
|
e = discord.Embed(colour=await ctx.embed_colour(), description=message)
|
||||||
|
|
||||||
e.set_footer(text=content)
|
e.set_footer(text=content)
|
||||||
if ctx.bot.user.avatar_url:
|
if ctx.bot.user.avatar_url:
|
||||||
|
|||||||
Reference in New Issue
Block a user