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
|
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 {
|
||||||
|
|
Loading…
Reference in a new issue