BaumSplitter41 vor 1 Woche
Ursprung
Commit
75497ff034
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  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: