ID of a guild.
ID of a member.
Amount of experience.
Award every member of a guild having a role using the built-in EXP system.
ID of a guild.
ID of a role.
Amount of experience.
Bulk Award XP Members
ID of the guild
Members to award XP
Bulk set XP Members
ID of the guild
Members to set XP
Ban a guild member.
ID of the guild the member is in.
ID of the member to ban.
Optionalreason: stringThe reason of the ban.
Create a guild category.
ID of the guild to create a category in.
Options to create a category.
OptionalgroupId?: stringGroup ID
Create a channel category permission assigned to a user or role.
ID of the guild where the channel is in
ID of the category
ID of the user (string) or role (number) to assign the permission to
Permission options
Warning: targetID must have the correct type (number=role, string=user).
A JSON object of Enums/Permissions with true, false or null values. Permission list can only contain relevant permissions for the channel type
Create a channel in a specified guild.
ID of a guild.
Name of the new channel.
Type of the new channel. (e.g: chat)
Optionaloptions: CreateChannelOptionsNew channel's additional options.
Create a guild group.
The ID of the guild to create a group in.
Create options
Optionaldescription?: stringDescription
OptionalemoteId?: numberOptionalisPublic?: booleanIs public
Create a guild role.
ID of the server you want to create the role in.
Create options
Optionalcolors?: number[]OptionalisDisplayedSeparately?: booleanDisplay Separately
OptionalisMentionable?: booleanMentionable
OptionalisSelfAssignable?: booleanSelf Assignable
Role name
Permissions must be a collection of valid permissions as defined in the Enums/Permissions section
Delete a guild category.
ID of the guild to create a category in.
ID of the category you want to read.
Delete a category permission.
ID of the guild where the channel is in
ID of the category
ID of the user or role to delete the permission from
Delete a guild group
ID of the guild where the group is in.
ID of the group to delete.
Delete a guild role.
ID of the guild where the role to delete is in
ID of the role to delete
Edit a guild category.
ID of the guild to create a category in.
ID of the category you want to read.
Options to update a category.
Optionalname?: stringOptionalpriority?: numberPriority
The priority of the category will determine its position relative to other categories in the group. The higher the value, the higher up it will be displayed in the UI. Returned values can be null, in which case sorting will be done by createdAt in descending order. Due to legacy issues, sending a null value is not possible
Update a category permission.
ID of the server the category is in
ID of the category
ID of the user (string) or role (number) to assign the permission to.
Edit options
Warning: targetID must have the correct type (number=role, string=user).
A JSON object of Enums/Permissions with true, false or null values. Permission list can only contain relevant permissions for the channel type
Edit a guild group.
The ID of the guild where the group to edit is in
The ID of the group to edit.
Edit options
Optionaldescription?: stringDescription
OptionalemoteId?: numberOptionalisPublic?: booleanIs public
Optionalname?: stringEdit a member.
ID of the guild the member is in.
ID of the member to edit.
Edit options.
Edit a guild role.
ID of the server
ID of the role to edit
Edit options
Optionalcolors?: number[]OptionalisDisplayedSeparately?: booleanDisplay Separately
OptionalisMentionable?: booleanMentionable
OptionalisSelfAssignable?: booleanSelf Assignable
Optionalname?: stringRole name
Optionalpermissions?: string[]Permissions must be a collection of valid permissions as defined in the Enums/Permissions section
Optionalpriority?: numberPriority
Edit role permission.
ID of the guild.
ID of the role.
Permission to edit.
A JSON object of Enums/Permissions with true or false values.
This method is used to get a specific Guild.
Note: Guild = Server
The ID of the guild you'd like to get.
Get a ban.
ID of the guild.
ID of the banned member.
This method is used to get a list of guild ban.
ID of the guild.
Read a guild category.
ID of the guild to create a category in.
ID of the category you want to read.
Get permission coming from a category.
ID of the guild where the channel is in
ID of the category the permission is in
ID of the user (string) or role (number) to get the permission for
Warning: targetID must have the correct type (number=role, string=user).
Get permissions of a category.
ID of the server the category is in.
ID of the category the permissions are in
Get role permissions from a specified category.
ID of the guild where the channel is in
ID of the category the permissions are in
Get user permissions from a specified category.
ID of the guild where the channel is in
ID of the category the permissions are in
Get a guild group.
ID of the guild.
ID of the group to get.
This method is used to get a specific guild member.
The ID of the Guild.
The ID of the Guild Member to get.
Get guild member permissions.
ID of the guild.
ID of the member.
Get a list of role IDs of a specific member within a guild.
ID of the guild the member is in.
ID of the member to get roles from.
This method is used to get a list of guild member.
ID of the guild to get members.
Get a guild role.
ID of the guild where the role is.
ID of the role to get.
Get every guild roles from a guild.
ID of the guild where roles are.
Get guild subscriptions.
ID of the guild.
ID of the subscription to get.
Add a member to a group
ID of a guild group.
ID of a member.
Add a role to a member
ID of a guild.
ID of a member.
ID of a role.
Remove a member from a group
ID of a guild group.
ID of a member.
Remove a role from a member
ID of a guild.
ID of a member.
ID of a role.
Unban a guild member.
ID of the guild the member was in.
ID of the member to unban.
Remove a member from a guild.
The ID of the guild the member is in.
The ID of the member to kick.
Set a member's xp using the built-in EXP system.
ID of a guild.
ID of a member.
Total amount of experience.
Award a member using the built-in EXP system.