소스 검색

changed the message in the inaktive reminder dm

BaumSplitter41 1 개월 전
부모
커밋
6690268bc1
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      VPD_BOT/cogs/inaktive_remider_dm.py

+ 1 - 1
VPD_BOT/cogs/inaktive_remider_dm.py

@@ -80,7 +80,7 @@ class remiderinactive(commands.Cog):
                     user = self.bot.get_user(user_id)
                     if user is not None:
                         try:
-                            await user.send("Hey! We noticed that you haven't been active in the server for a while. If you want to stay in the server, please log in to the game at least once every 14 days. If you have any questions, feel free to reach out to the moderators.")
+                            await user.send("Hey, du warst eine ganze Weile außer Dienst – höchste Zeit, wieder einzusteigen und den Bürgern von Los Santos auf den Straßen zu helfen! 🚔")
                             await log_channel.send(f"Sent inactivity reminder DM to {user.name} ({user.id})")
                         except Exception as e:
                             print(f"Could not send DM to {user.name}: {e}")