Conor™

Results 18 issues of Conor™

**Please note that this is a WIP** Opening this early, as a draft, to show that Forum Channel support is being worked on and so that anybody can give feedback...

Discord

- Support `with_counts` option in Client#getRESTGuilds(): [Docs reference](https://discord.com/developers/docs/resources/user#get-current-user-guilds-query-string-params) - Add attachment flags: [Docs reference](https://discord.com/developers/docs/resources/channel#attachment-object) - Document voice message properties within attachments: [Docs reference](https://discord.com/developers/docs/resources/channel#attachment-object)

Discord

- Add role flags: [Docs reference](https://discord.com/developers/docs/topics/permissions#role-object-role-flags) - Add missing role tags: [Docs reference](https://discord.com/developers/docs/topics/permissions#role-object-role-tags-structure) - `subscription_listing_id?` - `available_for_purchase` - `guild_connections`

Discord

## Super Reactions! Adds support for super reactions! Pretty sure Discord is still in the process of adding some of it from the docs, so some of the properties Ive...

Discord

# [WIP] Support voice channel statuses #### Refs: - https://github.com/discord/discord-api-docs/pull/6398 - https://github.com/discord/discord-api-docs/pull/6400 Will do TS docs when PR is finalised. Waiting on Bsian to advise on the `voiceChannelStatusUpdate` event

## Add thread member pagination options Ref: - discord/discord-api-docs#5834 ## Additions/Changes - Added `after`, `limit` & `withMember` options to `Client#getThreadMembers()` and `ThreadChannel#getMembers()` - Typed `Client#getThreadMember()` - Fixed `Client#getThreadMember()` function not...

## Support Polls! Refs: - [Docs](https://discord.com/developers/docs/resources/poll) - discord/discord-api-docs#6746) ## Additions - `Message#poll` property - `sendPolls` permission (`1n`

Discord

Adds role connections to Eris. - [Docs reference](https://discord.com/developers/docs/resources/application-role-connection-metadata) - discord/discord-api-docs#5668) Hopefully I haven't missed anything. I've checked both the docs and the above PR in the API GH repo (that...

Discord

# Support Guild Media Channels Adds support to Eris for `GUILD_MEDIA` channel type (type `16`) Implementation of this is pretty simple now that the [ForumChannels](1452) pr is merged. All I...

Discord

# [WIP] Ability to forward messages #### Ref: - https://github.com/discord/discord-api-docs/pull/6818 Honestly the PR was kind of a mess so I might have messed up or missed something. Any help reviewing...

Discord