Fix casing and add missing dot in two commands (#3851)

This commit is contained in:
Predeactor 2020-05-15 15:55:28 +02:00 committed by GitHub
parent de99aac3ad
commit fb26ecf577
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -249,7 +249,7 @@ class MuteMixin(MixinMeta):
@commands.bot_has_permissions(manage_roles=True)
@checks.mod_or_permissions(administrator=True)
async def guild_mute(self, ctx: commands.Context, user: discord.Member, *, reason: str = None):
"""Mutes user in the server"""
"""Mutes user in the server."""
author = ctx.message.author
guild = ctx.guild
audit_reason = get_audit_reason(author, reason)

View File

@ -2001,7 +2001,7 @@ class Core(commands.Cog, CoreLogic):
@checks.admin_or_permissions(administrator=True)
async def localblacklist(self, ctx: commands.Context):
"""
blacklist management commands.
Blacklist management commands.
"""
pass