fix: messed up docstring lol

This commit is contained in:
Seaswimmer 2023-08-08 00:54:00 -04:00
parent 1d64001ae2
commit 52d005178e
No known key found for this signature in database
GPG key ID: 5019678FD9CF50D8

View file

@ -178,7 +178,7 @@ class Shortmute(commands.Cog):
else:
current_list.append(role.id)
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:
already_in_list = []
for role_id in current_list: