BaumSplitter41 пре 2 недеља
родитељ
комит
13bf6e18e3
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      VPD_BOT/cogs/ping_on_support.py

+ 1 - 1
VPD_BOT/cogs/ping_on_support.py

@@ -42,7 +42,7 @@ class supportping(commands.Cog):
         
         if after.channel is not None:
             if after.channel.id == channel_join_id: 
-                ping_message = f"{' '.join(role.mention for role in ping_roles)} {member.mention} ist dem Einweisungskanal beigetreten!"
+                ping_message = f"{' '.join(role.mention for role in ping_roles)} {member.mention} joined the support channel!"
                 print(ping_message)
                 await channel_ping.send(ping_message)