Closed Aim2339 closed 1 year ago
Thanks to @Cupcake-Development for bringing this to my attention!
Discord.js v14 shifted from SCREAMING_SNAKE_CASE to PacalCase, so the permission checks would give an error in case of insufficient permissions.
SCREAMING_SNAKE_CASE
PacalCase
Thanks to @Cupcake-Development for bringing this to my attention!
Discord.js v14 shifted from
SCREAMING_SNAKE_CASE
toPacalCase
, so the permission checks would give an error in case of insufficient permissions.