diff --git a/main.py b/main.py index 6e6b2b37..bd46970d 100644 --- a/main.py +++ b/main.py @@ -123,7 +123,8 @@ async def restart(ctx): """Restart the Bot""" embed = Embed( - description="**Success Senpai! My Reboot Had No Problems** ") + description="**Success Senpai! My Reboot Had No Problems** ", + colour=enso_embedmod_colours) await ctx.send(embed=embed) await client.logout()