zaida04 / guilded.js

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

Full event coverage #243

Open zaida04 opened 1 year ago

zaida04 commented 1 year ago

Full list of events: https://www.guilded.gg/docs/api/websockets Figure out which events aren't covered by guilded.js (https://guildedjs.github.io/types/guilded_js.ClientEvents.html).

Bonus points for creating functions that can be reused in a bunch of events. That way we aren't repeating a lot of boilerplate code.