Updating Channel Name
Hi im trying to update the channel name every 10 minutes for the server status. But if he is trying to set the name he crashes..
CODE:
ERROR:
/home/container/src/events/mcstatus.js:24
client.channels.cache.get("1089550987527717027").setName(
^
TypeError: Cannot read properties of undefined (reading 'setName')
at Timeout._onTimeout (/home/container/src/events/mcstatus.js:24:53)
at processTicksAndRejections (node:internal/process/task_queues:96:5)
```
CODE:
ERROR:
/home/container/src/events/mcstatus.js:24
client.channels.cache.get("1089550987527717027").setName(
š¢ | play.PulseTopia.nl);^
TypeError: Cannot read properties of undefined (reading 'setName')
at Timeout._onTimeout (/home/container/src/events/mcstatus.js:24:53)
at processTicksAndRejections (node:internal/process/task_queues:96:5)
```