BaumSplitter41 hai 1 semana
pai
achega
75497ff034
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      VPD_BOT/cogs/reaction_roles.py

+ 1 - 1
VPD_BOT/cogs/reaction_roles.py

@@ -165,7 +165,7 @@ class Reactionroles(commands.Cog):
                             channel = self.bot.get_channel(payload.channel_id)
                             if channel is not None:
                                 await channel.send(
-                                    f"{member.mention}, you received the **{role.name}** role.",
+                                    f"{member.mention}, you removed the **{role.name}** role.",
                                     delete_after=5
                                 )
                         except Exception as e: