The error suggests that there's an issue with how permissions are being set. The setDefaultPermission method expects a boolean value indicating whether the command should be enabled for everyone by default or not. It seems like you're trying to use PermissionFlagsBits.ADMINISTRATOR directly, which isn't a boolean value.
You
Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum is simply dummy text of the printing and typesetting industry
Miles (Zenith CAD)
The error suggests that there's an issue with how permissions are being set. The setDefaultPermission method expects a boolean value indicating whether the command should be enabled for everyone by default or not. It seems like you're trying to use PermissionFlagsBits.ADMINISTRATOR directly, which isn't a boolean value.
Miles (Zenith CAD)
The error suggests that there's an issue with how permissions are being set. The setDefaultPermission method expects a boolean value indicating whether the command should be enabled for everyone by default or not. It seems like you're trying to use PermissionFlagsBits.ADMINISTRATOR directly, which isn't a boolean value.