test
This commit is contained in:
parent
89fe02ef4b
commit
fc1438aceb
@ -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}...`);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user