diff --git a/main.py b/main.py index d0044ba8..bff280e3 100644 --- a/main.py +++ b/main.py @@ -123,7 +123,8 @@ async def leave(ctx): async def restart(ctx): """Restart the Bot""" - await ctx.send("**Success Senpai! Bot has been restarted**") + embed = Embed(description="**Success Senpai! My Reboot Had No Problems 。゚( ゚^∀^゚)゚。**") + await ctx.send(embed=embed, delete_after=5.0) await client.logout()