mirror of
https://github.com/Xevion/r2park.git
synced 2025-12-08 22:08:13 -06:00
Pretty printing with spew
This commit is contained in:
3
main.go
3
main.go
@@ -6,6 +6,7 @@ import (
|
||||
"os/signal"
|
||||
|
||||
"github.com/bwmarrin/discordgo"
|
||||
"github.com/davecgh/go-spew/spew"
|
||||
"github.com/go-redis/redis"
|
||||
"github.com/joho/godotenv"
|
||||
log "github.com/sirupsen/logrus"
|
||||
@@ -81,7 +82,7 @@ func Bot() {
|
||||
panic(err)
|
||||
}
|
||||
data := interaction.ModalSubmitData()
|
||||
log.Debugf("Submitted: %v", data)
|
||||
spew.Dump(data)
|
||||
|
||||
// if !strings.HasPrefix(data.CustomID, "modals_survey") {
|
||||
// return
|
||||
|
||||
Reference in New Issue
Block a user