-
This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more.
## Open
These updates have all …
-
So previously, I was able to do something like this when sending messages:
```
ms := &discordgo.MessageSend{
Embed: &discordgo.MessageEmbed{
Color: 0x78141b,
Description: des…
-
### Description
I've witnessed the `GUILD_CREATE` event sending through an activity with an `application_id` of `1`. Note that this is a numerical 1, not a string.
The [docs](https://discord.com/d…
-
**Is your feature request related to a problem? Please describe.**
Discord does not support webhooks replying to messages, and [doesn't look keen to implement it](https://github.com/discord/discord…
-
The discord has a property permission manager that can interact directly with member roles permissions, thats improve the command permissions (have a permission manager too) making the bot more fast t…
-
※既存branch [`README&figure`](https://github.com/shari-sushi/V-Kara-Lists/tree/README%26figure)でやること
現状、READMEの内容はQiitaと丸かぶりしているうえ、GitHubのREADMEっぽくない。
内容変更を検討している。
- 候補
- publicにしている理由
- 初学者向…
-
Hi,
It seems that discordgo does not request Discord for the initial member list, even when the member intent is enabled.
```go
discord, err = discordgo.New("Bot " + cfg.DiscordToken)
// ...
disc…
-
After coding for a bit I have noticed that authentication no longer requires adding the prefix `"Bot +"` before the token
* Example 1 of issue/Suggestion: [link](https://github.com/bwmarrin/discord…
-
**Describe the bug**
Discord bots can [defer its reply to a user's slash command](https://discord.com/developers/docs/interactions/receiving-and-responding#interaction-response-object-interaction-cal…
-
In the state i have doubling some guild members. Now, I use a little util function for fix it (below).
```go
func UniqueMembers(members []*discordgo.Member) []*discordgo.Member {
var unique []*…