Skip to content Skip to sidebar Skip to footer

Invalid Form Body In Discord.js Ban Command

So, i have been trying to make a ban command. I basically used the same system on a kick command, but here it didnt work and just gave me an error. I am confused since in the error

Solution 1:

this is pretty easy to solve, all you have to to is pass the right amount of Parameters in the right way to the .ban function.

.ban({ days: 7, reason: 'your reason here' })

https://discord.js.org/#/docs/main/stable/class/GuildMember?scrollTo=ban


Post a Comment for "Invalid Form Body In Discord.js Ban Command"