Making leave guild text bold

pull/8/head
sgoudham 4 years ago
parent d73bd355cf
commit 499be9c901

@ -163,7 +163,7 @@ async def _ping(ctx):
@is_owner() @is_owner()
async def leave(ctx): async def leave(ctx):
"""Leaves the guild""" """Leaves the guild"""
await ctx.send("Leaving the guild... Bye Bye uvu") await ctx.send("**Leaving the guild... Bye Bye uvu**")
await leave() await leave()

Loading…
Cancel
Save