english hot-fixes

This commit is contained in:
Ave Ozkal 2018-12-23 23:01:43 +03:00
parent 8c32a99f3d
commit 178bd55a6e
No known key found for this signature in database
GPG key ID: 09356ABAA42C842B

View file

@ -155,7 +155,7 @@ class ModCog:
await target.add_roles(target_role, reason=str(ctx.author)) 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" await log_channel.send(f"✅ Approved: {ctx.author.mention} added"
f" {role} to {target.mention}") f" {role} to {target.mention}")
@ -177,7 +177,7 @@ class ModCog:
await target.remove_roles(target_role, reason=str(ctx.author)) 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" await log_channel.send(f"❌ Un-approved: {ctx.author.mention} removed"
f" {role} from {target.mention}") f" {role} from {target.mention}")