From 52d005178eb6c7021b1332d8859fa89cf319bcef Mon Sep 17 00:00:00 2001 From: SeaswimmerTheFsh Date: Tue, 8 Aug 2023 00:54:00 -0400 Subject: [PATCH] fix: messed up docstring lol --- shortmute/shortmute.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: