troubleshooting
This commit is contained in:
parent
19e987e4a5
commit
1925a22015
1 changed files with 1 additions and 1 deletions
|
@ -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()
|
||||
|
|
Loading…
Reference in a new issue