Skip to content

v1.3.7

Choose a tag to compare

@barryyip0625 barryyip0625 released this 17 Mar 14:29
· 52 commits to main since this release
a2890ae

🚀 What's New

Feature Addition

Forum management

  • discord_get_forum_tags: Returns all available tags (id, name, moderated, emoji) for a forum channel
  • discord_update_forum_post: Updates a forum post's title, tags (by name or ID), archived status, and locked status

Role management

  • discord_list_roles — list all roles with properties (color, position, hoist, member count)
  • discord_create_role — create roles with color, hoist, mentionable, and permission flags
  • discord_edit_role — modify existing role properties including position
  • discord_delete_role — remove a role

Member management

  • discord_assign_role — add a role to a member
  • discord_remove_role — remove a role from a member
  • discord_list_members — list guild members with their roles (paginated)
  • discord_get_member — get detailed info for a specific member

Channel enhancements

  • discord_create_voice_channel — create voice channels with optional parent category
  • discord_set_channel_permissions — set permission overrides on channels/categories for a role or user
  • discord_remove_channel_permissions — remove permission overrides
  • Add categoryId parameter to existing discord_create_text_channel so channels can be placed under a category at creation time

Infrastructure

  • discord_edit_message: Edits a bot-authored message with ownership validation
  • Adds GuildMembers intent to support member/role operations