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:
parent
b3cebb3c25
commit
7f788b28f0
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@ import { sendErrorMessage } from "../../../pluginUtils";
|
||||||
import { getRoleInfoEmbed } from "../functions/getRoleInfoEmbed";
|
import { getRoleInfoEmbed } from "../functions/getRoleInfoEmbed";
|
||||||
|
|
||||||
export const RoleInfoCmd = utilityCmd({
|
export const RoleInfoCmd = utilityCmd({
|
||||||
trigger: ["role", "roleinfo"],
|
trigger: ["roleinfo"],
|
||||||
description: "Show information about a role",
|
description: "Show information about a role",
|
||||||
usage: "!role 106391128718245888",
|
usage: "!role 106391128718245888",
|
||||||
permission: "can_roleinfo",
|
permission: "can_roleinfo",
|
||||||
|
|
Loading…
Add table
Reference in a new issue