#Permissions issue
1 messages · Page 1 of 1 (latest)
@chilly jewel lets do this here
it got rid of the error when i did
await guild.commands.permissions.add({command: await cmdList[i].id, permissions: permissions })
where guild =
const guild = await this.guilds.cache.get(guildId);
But it still gives me the
TypeError [INVALID_TYPE]: Supplied permissions is not an Array of ApplicationCommandPermissionData.
mmmmmmm