misc(shortmute): trimmed useless whitespace
All checks were successful
Pylint / Pylint (push) Successful in 1m10s
All checks were successful
Pylint / Pylint (push) Successful in 1m10s
This commit is contained in:
parent
bc6f5bdfbe
commit
0000bec73f
1 changed files with 1 additions and 1 deletions
|
@ -74,7 +74,7 @@ class Shortmute(commands.Cog):
|
||||||
if role in target.roles:
|
if role in target.roles:
|
||||||
await interaction.response.send_message(content="You're trying to shortmute someone who is immune from shortmuting.", ephemeral=True)
|
await interaction.response.send_message(content="You're trying to shortmute someone who is immune from shortmuting.", ephemeral=True)
|
||||||
return
|
return
|
||||||
if target.guild_permissions.administrator is True:
|
if target.guild_permissions.administrator is True:
|
||||||
await interaction.response.send_message(content="You cannot shortmute people with the Administrator permission!", ephemeral=True)
|
await interaction.response.send_message(content="You cannot shortmute people with the Administrator permission!", ephemeral=True)
|
||||||
return
|
return
|
||||||
if duration in (1, -1):
|
if duration in (1, -1):
|
||||||
|
|
Loading…
Reference in a new issue