Added colour to reboot embed

pull/8/head
sgoudham 4 years ago
parent 89ceca47ce
commit 77d85447e0

@ -123,7 +123,8 @@ async def restart(ctx):
"""Restart the Bot"""
embed = Embed(
description="**Success Senpai! My Reboot Had No Problems** <a:ThumbsUp:737832825469796382>")
description="**Success Senpai! My Reboot Had No Problems** <a:ThumbsUp:737832825469796382>",
colour=enso_embedmod_colours)
await ctx.send(embed=embed)
await client.logout()

Loading…
Cancel
Save