From 178bd55a6e353b0039cdbc545fcb7e93a11ccc30 Mon Sep 17 00:00:00 2001 From: Ave Ozkal Date: Sun, 23 Dec 2018 23:01:43 +0300 Subject: [PATCH] english hot-fixes --- cogs/mod.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cogs/mod.py b/cogs/mod.py index ceb3b36..766092b 100644 --- a/cogs/mod.py +++ b/cogs/mod.py @@ -155,7 +155,7 @@ class ModCog: await target.add_roles(target_role, reason=str(ctx.author)) - await ctx.send(f"Approved {target.mention} to role {role}.") + await ctx.send(f"Approved {target.mention} to `{role}` role.") await log_channel.send(f"✅ Approved: {ctx.author.mention} added" f" {role} to {target.mention}") @@ -177,7 +177,7 @@ class ModCog: await target.remove_roles(target_role, reason=str(ctx.author)) - await ctx.send(f"Un-approved {target.mention} from role {role}.") + await ctx.send(f"Un-approved {target.mention} from `{role}` role.") await log_channel.send(f"❌ Un-approved: {ctx.author.mention} removed" f" {role} from {target.mention}")