media_ref
media_ref
DIAdiscord.js - Imagine an app
Created by media_ref on 2/5/2024 in #djs-questions
Automatically deleting and recreating channels every 5 seconds
Yep that was it, thank you!!
10 replies
DIAdiscord.js - Imagine an app
Created by media_ref on 2/5/2024 in #djs-questions
Automatically deleting and recreating channels every 5 seconds
It's supposed to be 1 hour
10 replies
DIAdiscord.js - Imagine an app
Created by media_ref on 2/5/2024 in #djs-questions
Automatically deleting and recreating channels every 5 seconds
No it's just for debugging
10 replies
DIAdiscord.js - Imagine an app
Created by media_ref on 2/5/2024 in #djs-questions
Automatically deleting and recreating channels every 5 seconds
It's supposed to delete and then remake the channels with the same permissions
10 replies
DIAdiscord.js - Imagine an app
Created by media_ref on 2/5/2024 in #djs-questions
Automatically deleting and recreating channels every 5 seconds
Here's the error:
/home/container/index.js:31
for (const channel of category.channels.cache.values()) {
^
TypeError: Cannot read properties of undefined (reading 'cache')
at Timeout.deleteAndRecreateChannels [as _onTimeout] (/home/container/index.js:31:43)
/home/container/index.js:31
for (const channel of category.channels.cache.values()) {
^
TypeError: Cannot read properties of undefined (reading 'cache')
at Timeout.deleteAndRecreateChannels [as _onTimeout] (/home/container/index.js:31:43)
10 replies