fix: messed up docstring lol
This commit is contained in:
parent
1d64001ae2
commit
52d005178e
1 changed files with 1 additions and 1 deletions
|
@ -178,7 +178,7 @@ class Shortmute(commands.Cog):
|
||||||
else:
|
else:
|
||||||
current_list.append(role.id)
|
current_list.append(role.id)
|
||||||
await self.config.guild(ctx.guild).immune_roles.set(current_list)
|
await self.config.guild(ctx.guild).immune_roles.set(current_list)
|
||||||
await ctx.send(f"{role.mention} has been added to the logging channels list.", allowed_mentions = discord.AllowedMentions(roles=False))
|
await ctx.send(f"{role.mention} has been added to the immune roles list.", allowed_mentions = discord.AllowedMentions(roles=False))
|
||||||
else:
|
else:
|
||||||
already_in_list = []
|
already_in_list = []
|
||||||
for role_id in current_list:
|
for role_id in current_list:
|
||||||
|
|
Loading…
Reference in a new issue