diff --git a/shortmute/shortmute.py b/shortmute/shortmute.py index c91fec3..d7d1cc3 100644 --- a/shortmute/shortmute.py +++ b/shortmute/shortmute.py @@ -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: