Fedor Lapshin
Fedor Lapshin
Fixed by #1182, but going to merge this nonetheless, as having old dependencies in the examples isn't a good idea.
We decided to fully drop the voice receive example, therefore I think it's a good idea to close this PR.
To timeout a user you can use `GuildMemberTimeout`.
Sorry for a late response. It's not currently possible, however you can set `default_member_permissions` to `0` and `dm_permission` to `true`, to achieve a similar behaviour (note that you might need...
I don't think so. Having it in the examples makes sense, but... message embeds are the core functionality of the Discord API. And all core functionality may have a separated...
It's in our best interest to break as little stuff as possible. This PR on other hand introduces very big breaking changes. And would break most of the codebase built...
What library version are you on? I can't seem to repdoduce the behaviour.
Not sure if this is related to DiscordGo, it looks like Discord.JS code. But from what I can tell, probably you just need to re-invite the bot with `applications.commands` oauth2...
Hi, sorry for a late response. It's a bit unclear, does state actually contain the member and it's just the outdated permissions, or state doesn't contain the member at all?
You can, that's the point, the gateway blocks only one goroutine, so you can run it in a separate goroutine, and just wait for the interrupt in main