-
so any time i use /imagine this happend:
panic: runtime error: invalid memory address or nil pointer dereference
[signal SIGSEGV: segmentation violation code=0x1 addr=0x50 pc=0x446fc4]
gorout…
-
**Describe the bug**
When a users sends an image using a discord room, users in other chat systems (tested with Matrix and Whatsapp) are getting just a URL where they can download the image.
**To …
-
why it dont work
```
func main() {
token :=
dg, err := discordgo.New(token)
if err != nil {
fmt.Println("Error creating Discord session:", err)
return
}
defer func() {
if r…
-
Here's my code. The status such as online/dnd/idle works fine but whatever i try my bot is just not getting an activity nor any errors
```go
func (b *Bot) onReady(s *discordgo.Session, r *discordg…
-
I think it would make sense that `discordgo.Interaction` type would carry a context with itself, because according to Discord API docs "Interaction tokens are valid for 15 minutes, meaning you can res…
-
Hello,
I do a project with web server and discord in the same project.
However when I wanto launch project, He run perfectly but I can't Ctrl+C to exit.
![image](https://user-images.githubuserc…
-
```
package controllers
import (
"github.com/bwmarrin/discordgo"
beego "github.com/beego/beego/v2/server/web"
)
type DiscordChannelController struct {
beego.Controller
}
// Post
// …
-
Hi,
I am trying to update the image in an embed. The behaviour I'm seeing is not what I was expecting, please see MVP down below.
When executing the component via the button click it calls Int…
-
Hi, I'm starting to use Ken on a new project. But when I register a listener to `discordgo.InteractionCreate` events I got `panic: MessageComponentData called on interaction of type ApplicationCommand…
-
I'm wanting to migrate from discordgo to arikawa, and one of the features it had was hooking on something like this: `func(_ *discordgo.Session, m *discordgo.Event)`. Is there an equilavent in Arikawa…
hi117 updated
2 years ago