zaida04 / guilded.js

A library for creating bots with the guilded.gg bot API.
https://guilded.js.org
MIT License
69 stars 15 forks source link

feat: rolesUpdated event #74

Closed DaStormer closed 2 years ago

DaStormer commented 2 years ago

Please describe the changes this PR makes and why it should be merged:

Implemented the teamRolesUpdated event.

Some things I'm not sure of:

  1. The TEAM_ROLES_UPDATED constant is rolesUpdated, whereas in the ClientEvents type it was teamRolesUpdated. I chose to go with rolesUpdated for consistency with the lib since other events omitted "team"
  2. The changeset here minor bumps both guilded.js and guilded-api-typings

Status

Semantic versioning classification:

changeset-bot[bot] commented 2 years ago

🦋 Changeset detected

Latest commit: 5a455c0528ff5fce67ca21cbb2159b6e8c9b0112

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 5 packages | Name | Type | | ------------------------------ | ----- | | @guildedjs/guilded-api-typings | Minor | | guilded.js | Minor | | @guildedjs/webhook-client | Patch | | @guildedjs/ws | Patch | | @guildedjs/gil | Patch |

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR