diff --git a/backend/src/plugins/Utility/commands/RoleInfoCmd.ts b/backend/src/plugins/Utility/commands/RoleInfoCmd.ts index f374bea3..1b04bf9b 100644 --- a/backend/src/plugins/Utility/commands/RoleInfoCmd.ts +++ b/backend/src/plugins/Utility/commands/RoleInfoCmd.ts @@ -4,7 +4,7 @@ import { sendErrorMessage } from "../../../pluginUtils"; import { getRoleInfoEmbed } from "../functions/getRoleInfoEmbed"; export const RoleInfoCmd = utilityCmd({ - trigger: ["role", "roleinfo"], + trigger: ["roleinfo"], description: "Show information about a role", usage: "!role 106391128718245888", permission: "can_roleinfo",