From 7f788b28f0dd9c872e08c49ed71d0481c8f0a6ae Mon Sep 17 00:00:00 2001 From: Dragory <2606411+Dragory@users.noreply.github.com> Date: Sat, 8 May 2021 00:55:50 +0300 Subject: [PATCH] Remove conflicting !roleinfo alias --- backend/src/plugins/Utility/commands/RoleInfoCmd.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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",