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

@@ -9,7 +9,7 @@ module.exports = {
data: new SlashCommandBuilder()
.setName("drop")
.setDescription("Drop a card"),
permissionLevel: 0,
async execute(interaction) {
await interaction.deferReply();
const user = await UserUtils.getUserByDiscordId(interaction.member.id);