Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

TODO: Make a Full Featured Gateway #11

Closed
45 tasks done
Helloyunho opened this issue Oct 22, 2020 · 4 comments · Fixed by #19, #36, #41, #43 or #38
Closed
45 tasks done

TODO: Make a Full Featured Gateway #11

Helloyunho opened this issue Oct 22, 2020 · 4 comments · Fixed by #19, #36, #41, #43 or #38
Assignees
Labels
enhancement ✨ New feature or request good first issue 👍 Good for newcomers help wanted 😕 Extra attention is needed

Comments

@Helloyunho
Copy link
Member

Helloyunho commented Oct 22, 2020

Gateway Commands

  • Identify
  • Resume
  • Heartbeat
  • Request Guild Members
  • Update Voice State
  • Update Status

Gateway Event Handlers

  • Hello
  • Ready
  • Resumed
  • Reconnect
  • Invalid Session
  • Channel Create
  • Channel Update
  • Channel Delete
  • Channel Pins Update
  • Guild Create
  • Guild Update
  • Guild Delete
  • Guild Ban Add
  • Guild Ban Remove
  • Guild Emojis Update
  • Guild Integrations Update
  • Guild Member Add
  • Guild Member Remove
  • Guild Member Update
  • Guild Members Chunk
  • Guild Role Create
  • Guild Role Update
  • Guild Role Delete
  • Invite Create
  • Invite Delete
  • Message Create
  • Message Update
  • Message Delete
  • Message Delete Bulk
  • Message Reaction Add
  • Message Reaction Remove
  • Message Reaction Remove All
  • Message Reaction Remove Emoji
  • Presence Update
  • Typing Start
  • User Update
  • Voice State Update
  • Voice Server Update
  • Webhooks Update
@Helloyunho Helloyunho added enhancement ✨ New feature or request good first issue 👍 Good for newcomers help wanted 😕 Extra attention is needed labels Oct 22, 2020
@Helloyunho Helloyunho pinned this issue Oct 22, 2020
@AkiaCode AkiaCode linked a pull request Nov 4, 2020 that will close this issue
@DjDeveloperr DjDeveloperr reopened this Nov 16, 2020
@DjDeveloperr
Copy link
Member

DjDeveloperr commented Nov 16, 2020

This needs to be updated as of #36
Edit: Updated.

@Helloyunho
Copy link
Member Author

image

@DjDeveloperr
Copy link
Member

Update Voice State is left - it would be added with upcoming voice support.
At the moment, REST-related methods for structures and managers are a priority.

@DjDeveloperr
Copy link
Member

Gateway#updateVoiceState and VoiceChannel methods like join and leave are here, marking this as complete!

@DjDeveloperr DjDeveloperr unpinned this issue Dec 8, 2020
@AkiaCode AkiaCode linked a pull request Dec 10, 2020 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment