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