Added permission levels to all commands
This commit is contained in:
@@ -9,6 +9,7 @@ module.exports = {
|
||||
data: new SlashCommandBuilder()
|
||||
.setName("editprofile")
|
||||
.setDescription("Edit your profile"),
|
||||
permissionLevel: 0,
|
||||
async execute(interaction) {
|
||||
let user = await UserUtils.getUserByDiscordId(interaction.member.id);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user