mirror of
https://github.com/ZeppelinBot/Zeppelin.git
synced 2025-05-10 20:35:02 +00:00
Fix up docs
This commit is contained in:
parent
743a5e9ce4
commit
7909c99a7f
35 changed files with 371 additions and 64 deletions
|
@ -8,6 +8,7 @@ import { GuildChannel } from "eris";
|
|||
export const AddRoleCmd = rolesCmd({
|
||||
trigger: "addrole",
|
||||
permission: "can_assign",
|
||||
description: "Add a role to the specified member",
|
||||
|
||||
signature: {
|
||||
member: ct.resolvedMember(),
|
||||
|
|
|
@ -8,6 +8,7 @@ import { stripObjectToScalars, verboseUserMention, resolveRoleId } from "src/uti
|
|||
export const RemoveRoleCmd = rolesCmd({
|
||||
trigger: "removerole",
|
||||
permission: "can_assign",
|
||||
description: "Remove a role from the specified member",
|
||||
|
||||
signature: {
|
||||
member: ct.resolvedMember(),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue