disgord icon indicating copy to clipboard operation
disgord copied to clipboard

Go module for interacting with the documented Discord's bot interface; Gateway, REST requests and voice

Results 58 disgord issues
Sort by recently updated
recently updated
newest added

# Description Introducing disgordutil to move all helper functionality out of disgord and reduce the amount of exported types/consts/funcs. - [x] Sort: Sort is also stricter ## Breaking Change? no...

Recently came across some variables names that used the same convention as some rest params. Given that there are.. probably hundreds of vars/consts and well over a hundred types, I'm...

**Describe the bug** 1: Connect to a voice channel and start playing audio (in my case calling SendOpusFrame in a loop) 2: Move the bot to a different voice channel...

bug

**Describe the bug** If I try to add multiple unicode Emoji reactions to the same message, the REST calls seem to happen about once per second. **Expected behavior** The ratelimit...

**Describe the bug** `Guild.VoiceStates` isn't kept up to date as new `VoiceStateUpdate` events are received. It looks as though the initial value is kept from the `GuildCreate` event, and never...

bug

**Describe the bug** When connecting to Discord with a large guild membership the heartbeat process will continually reconnect due to not receiving heartbeat ACKs. This appears to be caused by...

bug

Allow the cache to be dumped, and "re-uploaded".

enhancement
help wanted

Currently the disgord cache is a single instance, shared across N shards. It would be nice to split this up to a per shard system as this is more scalable.

enhancement
help wanted

Getting a random reconnect fail. I can't reliably reproduce this aside from just waiting for it to eventually happen. ### Logs: ``` DEBUG: [[ws-e,s:14506,shard:0] heartbeat ACK ok] DEBUG: [[ws-e,s:14507,shard:0] sent...

bug