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`);
|
console.log(`⏭️ [BRIDGE] Commande !lier ignorée`);
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
if (messageContent.toLowerCase().startsWith('!')) {
|
||||||
|
console.log(`⏭️ [BRIDGE] Message ignoré (commence par !)`);
|
||||||
|
return;
|
||||||
|
}
|
||||||
try {
|
try {
|
||||||
// Récupérer le salon
|
// Récupérer le salon
|
||||||
console.log(`🔍 [BRIDGE] Récupération du salon ${bridgeChannelId}...`);
|
console.log(`🔍 [BRIDGE] Récupération du salon ${bridgeChannelId}...`);
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user