fix: print err
This commit is contained in:
parent
8205d85303
commit
a394624ac5
1 changed files with 0 additions and 3 deletions
|
@ -1,8 +1,6 @@
|
|||
package utils
|
||||
|
||||
import (
|
||||
"fmt"
|
||||
|
||||
"github.com/bwmarrin/discordgo"
|
||||
)
|
||||
|
||||
|
@ -84,7 +82,6 @@ func (s *MessageSender) Send() error {
|
|||
Flags: flags,
|
||||
Reference: reference,
|
||||
})
|
||||
fmt.Println(err)
|
||||
return err
|
||||
case *InteractionCreate:
|
||||
if s.Ephemeral {
|
||||
|
|
Loading…
Reference in a new issue