fix: print err

This commit is contained in:
Siwoo Jeon 2025-06-01 12:31:31 +09:00
parent 8205d85303
commit a394624ac5
Signed by: migan
GPG key ID: 036E9A8C5E8E48DA

View file

@ -1,8 +1,6 @@
package utils package utils
import ( import (
"fmt"
"github.com/bwmarrin/discordgo" "github.com/bwmarrin/discordgo"
) )
@ -84,7 +82,6 @@ func (s *MessageSender) Send() error {
Flags: flags, Flags: flags,
Reference: reference, Reference: reference,
}) })
fmt.Println(err)
return err return err
case *InteractionCreate: case *InteractionCreate:
if s.Ephemeral { if s.Ephemeral {