1
0
Fork 0
mirror of https://github.com/diamondburned/arikawa.git synced 2024-09-12 05:06:28 +00:00
arikawa/gateway
diamondburned b8994ed0da Voice: Remove state-keeping of sessions
This commit gets rid of all the code that previously managed different
voice sessions in different guilds. This is because there is rarely ever
a need for this, and most bots that need this could do their own
keeping.

This change, although removes some features off of the package, adds a
lot of clarity on what to do exactly when it comes to connecting to a
voice channel.

In order to make the migration process a bit easier, an example has been
added which guides through using the voice.Session API.
2020-11-30 19:12:20 -08:00
..
commands.go Gateway: Refactor, v8 user struct updates 2020-11-28 17:22:03 -08:00
events.go Gateway: Presence to contain user and guild fields 2020-11-28 22:36:33 -08:00
events_map.go Gateway: Refactor, v8 user struct updates 2020-11-28 17:22:03 -08:00
gateway.go Gateway: Refactor, v8 user struct updates 2020-11-28 17:22:03 -08:00
identify.go Gateway: Refactor, v8 user struct updates 2020-11-28 17:22:03 -08:00
integration_test.go Voice: Remove state-keeping of sessions 2020-11-30 19:12:20 -08:00
intents.go replace usage of discordapp.com with discord.com in docs 2020-11-03 10:14:53 -08:00
intents_map.go Gateway: Added an Event to Intents map for convenience 2020-10-28 19:44:04 -07:00
op.go *: Migrated Go Modules to v2 2020-10-28 15:39:59 -07:00
ready.go State: Separate Store into smaller interfaces, Cabinet API 2020-11-29 16:57:58 -08:00