From 499be9c90127d196839936da8d307f80fadca7f9 Mon Sep 17 00:00:00 2001 From: sgoudham Date: Thu, 23 Jul 2020 15:33:39 +0100 Subject: [PATCH] Making leave guild text bold --- main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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()