diff --git a/main.py b/main.py index ead9f3bb..cafc8dfe 100644 --- a/main.py +++ b/main.py @@ -163,7 +163,7 @@ async def _ping(ctx): @is_owner() async def leave(ctx): """Leaves the guild""" - await ctx.send("Leaving the guild... Bye Bye uvu") + await ctx.send("**Leaving the guild... Bye Bye uvu**") await leave()