3
0
Fork 0
mirror of https://github.com/ZeppelinBot/Zeppelin.git synced 2025-05-20 16:25:03 +00:00

Remove conflicting !roleinfo alias

This commit is contained in:
Dragory 2021-05-08 00:55:50 +03:00
parent 8414e83d3b
commit 7560a3eb2e

View file

@ -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",