BaumSplitter41 1 Minggu lalu
induk
melakukan
75497ff034
1 mengubah file dengan 1 tambahan dan 1 penghapusan
  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: