From f63e0088712af58bd7d674d08c7f9b84f9751dfc Mon Sep 17 00:00:00 2001 From: sgoudham Date: Wed, 29 Jul 2020 01:46:07 +0100 Subject: [PATCH] Added emoji for restart embed --- main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.py b/main.py index 7c454f14..8b39e3db 100644 --- a/main.py +++ b/main.py @@ -124,7 +124,7 @@ 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** ") await ctx.send(embed=embed) await client.logout()