Restart command is now embed

pull/8/head
sgoudham 4 years ago
parent d309dc6d70
commit 7507675f85

@ -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()

Loading…
Cancel
Save