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

@discokit/gateway — Sends and receive events from the gateway #4

Open
2 of 76 tasks
lukadev-0 opened this issue May 8, 2023 · 0 comments · May be fixed by #3
Open
2 of 76 tasks

@discokit/gateway — Sends and receive events from the gateway #4

lukadev-0 opened this issue May 8, 2023 · 0 comments · May be fixed by #3
Assignees

Comments

@lukadev-0
Copy link
Owner

lukadev-0 commented May 8, 2023

The ability to interact with the Discord gateway is an important functionality in Discord bots.

  • Hello & Identify
  • Heartbeats
    • Sending & acknowledging heartbeats
    • Handling Heartbeat requests (opcode 1)
  • Reconnecting & Resuming
    • Reconnect (opcode 7)
    • Invalid Session (opcode 9)
  • Request guild members
  • Voice
  • Presence
  • Caching resources
  • Dispatch (opcode 0)
    • Hello
    • Ready
    • Resumed
    • Reconnect
    • Invalid Session
    • Application Command Permissions Update
    • Auto Moderation Rule Create
    • Auto Moderation Rule Update
    • Auto Moderation Rule Delete
    • Auto Moderation Action Execution
    • Channel Create
    • Channel Update
    • Channel Delete
    • Channel Pins Update
    • Thread Create
    • Thread Update
    • Thread Delete
    • Thread List Sync
    • Thread Member Update
    • Thread Members Update
    • Guild Create
    • Guild Update
    • Guild Delete
    • Guild Audit Log Entry Create
    • Guild Ban Add
    • Guild Ban Remove
    • Guild Emojis Update
    • Guild Stickers 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
    • Guild Scheduled Event Create
    • Guild Scheduled Event Update
    • Guild Scheduled Event Delete
    • Guild Scheduled Event User Add
    • Guild Scheduled Event User Remove
    • Integration Create
    • Integration Update
    • Integration Delete
    • Interaction Create
    • 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
    • Stage Instance Create
    • Stage Instance Update
    • Stage Instance Delete
    • Typing Start
    • User Update
    • Voice State Update
    • Voice Server Update
    • Webhooks Update
@lukadev-0 lukadev-0 linked a pull request May 8, 2023 that will close this issue
@lukadev-0 lukadev-0 self-assigned this May 28, 2023
@lukadev-0 lukadev-0 changed the title @discokit/gateway @discokit/gateway — Sends and receive events from the gateway Jul 2, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant