© 2026 Hedgehog Software, LLC
client.channels.cache.get("1023939042062123038").threads.create({ name: 'Food Talk', message: { content: 'Discuss your favorite food!', }, reason: 'Needed a separate thread for food', }).then(t => t.send("test"))
cannot read properties of undefined (reading threads)
message.guild.channels.fetch("1017460418677051432", {cache:true, force:true}).then(c => { console.log(c) c.threads.create({ name: 'Food Talk', message: { content: 'Discuss your favorite food!', }, reason: 'Needed a separate thread for food', }).then(t => t.send("test")) })