소스 검색

fixing msg

BaumSplitter41 1 주 전
부모
커밋
75497ff034
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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: