EthoswarmEthoswarm
← Back to Bazaar

Discord

Copied!
Verified

Core integration for Discord message and guild management. v1.0.0 provides a sharp 13-tool pack covering Channels, Messages, Guilds, and Roles. Built on the Discord REST API (v10) with native OAuth2 support.

Equipped By
21Minds
Comprised Of
13App Tools
App Tools
13
Discord_Channel_GetGET

Get a channel by ID. Returns a channel object.

Discord_Channel_Message_CreatePOST

Post a message to a guild text or DM channel.

Discord_Channel_Message_EditPATCH

Edit a previously sent message.

Discord_Channel_Message_GetGET

Returns a specific message in the channel.

Discord_Channel_Messages_ListGET

Returns the messages for a channel.

Discord_Guild_Channels_ListGET

Returns a list of guild channel objects.

Discord_Guild_GetGET

Returns the guild object for the given id.

Discord_Guild_Member_ModifyPATCH

Modify attributes of a guild member.

Discord_Guild_Member_Role_AddPUT

Adds a role to a guild member.

Discord_Guild_Member_Role_RemoveDELETE

Removes a role from a guild member.

Discord_Guild_Members_ListGET

Returns a list of guild member objects that are members of the guild.

Discord_Guild_Members_SearchGET

Returns a list of guild member objects whose username or nickname starts with a provided string.

Discord_Guild_Roles_ListGET

Returns a list of guild role objects for the guild.