Ban does not work?
When I try to do this:
""
await interaction.guild.bans.create(banUnholy.id (reason)).catch(err => {
return interaction.reply({ content: "Can't execute!", ephemeral: true})
})
""
Then it says "banUnholy.id" is not a function!
""
await interaction.guild.bans.create(banUnholy.id (reason)).catch(err => {
return interaction.reply({ content: "Can't execute!", ephemeral: true})
})
""
Then it says "banUnholy.id" is not a function!