From 1925a220156e82ec32df4ebd539c8c79e30ff1f1 Mon Sep 17 00:00:00 2001 From: SeaswimmerTheFsh Date: Tue, 28 Feb 2023 04:28:05 -0500 Subject: [PATCH] troubleshooting --- galaxy/galaxy.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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()