This commit is contained in:
Louis Mazin 2026-03-11 16:57:00 +01:00
parent 89fe02ef4b
commit fc1438aceb

View File

@ -123,7 +123,10 @@ const parsePalworldChatAndSend = async (log) => {
console.log(`⏭️ [BRIDGE] Commande !lier ignorée`);
return;
}
if (messageContent.toLowerCase().startsWith('!')) {
console.log(`⏭️ [BRIDGE] Message ignoré (commence par !)`);
return;
}
try {
// Récupérer le salon
console.log(`🔍 [BRIDGE] Récupération du salon ${bridgeChannelId}...`);