-
↓dadで設定しているが、onlineになっている
-
How to fix this error?
[DG0] wsapi.go:551:onEvent() error unmarshalling READY event, json: cannot unmarshal number into Go struct field ReadState.read_state.last_message_id of type string
-
Your readme is missing one vital piece in the example for using the ytdl package, which is to tell the voiceConnection that you have begun speaking.
```
e := voiceConnection.Speaking(true)
if e !…
-
Would it be possible to add support for bots with multiple shards? When using my bot's token I get an error.
![image](https://user-images.githubusercontent.com/7242589/115580314-f6898800-a294-11eb-…
-
After a while of our bot running, we receive this error:
```
2021/03/25 00:53:33 [DG0] wsapi.go:82:Open() error connecting to gateway wss://gateway.discord.gg/?v=6&encoding=json, dial tcp: i/o timeo…
-
This bot looks amazing, if it can cover/hide information from other embeds. Having issues getting it up & running, as I can't locate any start up/run instructions.
Does the bot pull embeds from ot…
-
Hi, I am trying to tweak this bot to work for a different wordle like game, it uses different colo emojis and has a different name
Is there a way to make that happen somehow? I'm a huge newbie when…
-
As of now, discordgo's [restapi.go](https://github.com/bwmarrin/discordgo/blob/master/restapi.go#L1394-L1455) supports control of Guild based emojis, but not Application based ones.
The docs related …
-
Setting any scalar field to their "empty" value doesnt work. Examples:
* Channels
* remove NSFW on a channel
* remove a topic
* remove a user limit on VCs
* change the position to 0
…
-
When I sort by CPU Time in my task manager, `discord-notify` is invariably on top.
Not sure how much of this is on me vs the `discord-go` library but at the very least we should set max niceness on…