diff --git a/galaxy/galaxy.py b/galaxy/galaxy.py index 5ee5a3d..8f8fd52 100644 --- a/galaxy/galaxy.py +++ b/galaxy/galaxy.py @@ -21,7 +21,7 @@ class Galaxy(commands.Cog): embed = discord.Embed(color=colorint, description="With Administrator") else: embed = discord.Embed(color=colorint, description="Without Administrator") - await ctx.send(embed=embed) + await ctx.send(embed=embed, content=f"{colorint}") @commands.command()