Skip to content
Snippets Groups Projects
Commit 0d5ba7a0 authored by Reviath's avatar Reviath
Browse files
parents 3ac4e51f 7750b8b0
No related branches found
No related tags found
No related merge requests found
...@@ -574,7 +574,7 @@ class Moderation(commands.Cog): ...@@ -574,7 +574,7 @@ class Moderation(commands.Cog):
else: else:
await ctx.send('Muted role is not set (Use !muted_role command to set).') await ctx.send('Muted role is not set (Use !muted_role command to set).')
@commands.command(brief="Allows you to ummute someone.", description="Removes muted role from user.") @commands.command(brief="Allows you to unmute someone.", description="Removes muted role from user.")
@commands.has_permissions(kick_members=True) @commands.has_permissions(kick_members=True)
async def unmute(self, ctx, user: discord.Member): async def unmute(self, ctx, user: discord.Member):
mydb = mysql.connector.connect( mydb = mysql.connector.connect(
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment