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

@@ -4,7 +4,7 @@ module.exports = {
data: new SlashCommandBuilder()
.setName("debugrendering")
.setDescription("Debug rendering"),
permissionLevel: 1,
permissionLevel: 2,
async execute(interaction) {
const image = await sharp({