Added emoji for restart embed

pull/8/head
sgoudham 4 years ago
parent 9139ee8216
commit 389356aa30

@ -123,8 +123,9 @@ async def leave(ctx):
async def restart(ctx):
"""Restart the Bot"""
embed = Embed(description="**Success Senpai! My Reboot Had No Problems 。゚( ゚^∀^゚)゚。**")
await ctx.send(embed=embed, delete_after=5)
embed = Embed(
description="<a:windows_loading:636549313492680706> **Success Senpai! My Reboot Had No Problems 。゚( ゚^∀^゚)゚。**")
await ctx.send(embed=embed)
await client.logout()

Loading…
Cancel
Save