DARK DEATH
DARK DEATH
DIAdiscord.js - Imagine an app
Created by DARK DEATH on 3/8/2024 in #djs-questions
Missing permission on creating channel
Bot is able to create category but fails when creating channel. I have give manage Channel permission to bot. here is apiece of code which i use
await guild.channels.create({
name: "Online Players: " + details.online,
type: ChannelType.GuildText,
parent: catogory.id,
permissionOverwrites: [
{
id: m.guild.id,
deny: [],
},
],
});
await guild.channels.create({
name: "Online Players: " + details.online,
type: ChannelType.GuildText,
parent: catogory.id,
permissionOverwrites: [
{
id: m.guild.id,
deny: [],
},
],
});
8 replies