Added permission levels to all commands

This commit is contained in:
2022-09-29 11:23:15 +02:00
parent 07b48087b4
commit 5be326d56a
11 changed files with 11 additions and 2 deletions

View File

@@ -6,6 +6,7 @@ module.exports = {
data: new SlashCommandBuilder()
.setName("register")
.setDescription("Register yourself"),
permissionLevel: 0,
async execute(interaction) {
let user = await User.findOne({
where: {