3
0
Fork 0
mirror of https://github.com/ZeppelinBot/Zeppelin.git synced 2025-03-15 05:41:51 +00:00

Remove conflicting !roleinfo alias

This commit is contained in:
Dragory 2021-05-08 00:55:50 +03:00
parent b3cebb3c25
commit 7f788b28f0
No known key found for this signature in database
GPG key ID: 5F387BA66DF8AAC1

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