diff --git a/backend/src/plugins/Utility/commands/LevelCmd.ts b/backend/src/plugins/Utility/commands/LevelCmd.ts index 5ddab3a1..4ad4ce5c 100644 --- a/backend/src/plugins/Utility/commands/LevelCmd.ts +++ b/backend/src/plugins/Utility/commands/LevelCmd.ts @@ -8,6 +8,7 @@ export const LevelCmd = utilityCmd({ trigger: "level", description: "Show the permission level of a user", usage: "!level 106391128718245888", + permission: "can_level", signature: { member: ct.resolvedMember({ required: false }),