discordgo icon indicating copy to clipboard operation
discordgo copied to clipboard

(Golang) Go bindings for Discord

Results 192 discordgo issues
Sort by recently updated
recently updated
newest added

I do see that there's `dgVoice` and `dca`, but they have been a mess to get working on Windows. I have now downloaded Opus tools, which include `opusenc`, which allows...

question
voice

### Expected Behaviour - Create thread - Write messages in thread - Update thread parent - Thread is still accessible from channel ### Current Behaviour - Same as above but...

Token reset - bot has connected to Discord more than 1000 times within a short time period How to solve this trigger, my friend

![image](https://github.com/bwmarrin/discordgo/assets/36179722/e469e9d3-bdf7-49cd-8dcc-9c8feb22d46a) The message registration method is as follows: dg.AddHandler(handlers.DiscordMsgCreate) dg.AddHandler(handlers.DiscordMsgUpdate) I'm getting it this way and it's empty

Is there any way to do this like in discord.py / discord.js. The reason I need to do this is because I need to somehow pass variables and data from...

Hello, Some important changes have been made to the discord api, in particular the name change. A fix has been made but would it be possible to create a release...

high priority
meta

I read through the code for the rate limiter section, and I noticed there may be some issues in a multi-process environment. The rate limiter relies on sync.mutex to acquire...

I want to mock, but I dont see any interfaces ? What should I do ?

question

I'm trying to do `json.marshal` with `Message`, but its `Components` is like : `MessageComponent` is an interface, thus in design, it just can't be marshaled? I have a gateway service...

I'm trying to make a discord bot for integration with some other software where i need to know if a user in a voicechannel is speaking, but when i add...