-
Sujet
-
Hello ! Lorsque j’exécute une commande avec mon bot discord j’ai ce problème qui apparait :
`» ERROR – TypeError: Cannot read properties of null (reading ‘startsWith’)`
Voici les lignes qui contiennent la partie `startsWith` :Plus concrètement les lignes de code ci dessous permette de filtre les commandes que je ne souhaite pas voir dans l’embed lorsque je fais par exemple `/radio-lofi`
Je tourne sous :
**Ubuntu 20.04.5 LTS x86_64**
**NodeJs :v16.19.0**
**npm : 9.6.2**
Si vous savez comment fix ce problème ou m’indiquer une documentation adapté je suis preneur !const inviteCMD = commands.filter(command => !command.name.startsWith('radio-') && !command.name.startsWith('radioinfo-') && !command.name.startsWith('botinfo') && !command.name.startsWith('help') && !command.name.startsWith('support') && !command.name.startsWith('ping') && !command.name.startsWith('radiolist') && !command.name.startsWith('vote') && !command.name.startsWith('set-language') && !command.name.startsWith('about') && !command.name.startsWith('legal') && !command.name.startsWith('donate') && !command.name.startsWith('acknowledgements') && !command.name.startsWith('twitter')); const supportCMD = commands.filter(command => !command.name.startsWith('radio-') && !command.name.startsWith('radioinfo-') && !command.name.startsWith('botinfo') && !command.name.startsWith('help') && !command.name.startsWith('invite') && !command.name.startsWith('ping') && !command.name.startsWith('radiolist') && !command.name.startsWith('vote') && !command.name.startsWith('set-language') && !command.name.startsWith('about') && !command.name.startsWith('legal') && !command.name.startsWith('donate') && !command.name.startsWith('acknowledgements') && !command.name.startsWith('twitter'));
——————–
UltraLion – Envoyé depuis le Discord : Culte du code
Vous lisez 2 fils de discussion
Vous lisez 2 fils de discussion
- Vous devez être connecté pour répondre à ce sujet.