aboutsummaryrefslogtreecommitdiff
path: root/main.go
diff options
context:
space:
mode:
authorAnhgelus Morhtuuzh <anhgelus.morhtuuzh@proton.me>2024-04-14 14:50:28 +0200
committerAnhgelus Morhtuuzh <anhgelus.morhtuuzh@proton.me>2024-04-14 14:50:28 +0200
commite6520c6007751d92c3e38ad46f329c48e7f58371 (patch)
tree9af927c98be0940b9e436f6fc0e52a9e3eab9bf5 /main.go
parentf2292809d0f4145fa598e2fc3e1d3217a08bc7c9 (diff)
build(go): upgrade gokord to v0.1.2
Diffstat (limited to 'main.go')
-rw-r--r--main.go3
1 files changed, 1 insertions, 2 deletions
diff --git a/main.go b/main.go
index b89a51d..cb3c33a 100644
--- a/main.go
+++ b/main.go
@@ -3,7 +3,6 @@ package main
import (
"flag"
"github.com/anhgelus/gokord"
- "github.com/anhgelus/gokord/utils"
)
var token string
@@ -16,7 +15,7 @@ func init() {
func main() {
err := gokord.SetupConfigs([]*gokord.ConfigInfo{})
if err != nil {
- utils.SendError(err)
+ panic(err)
}
bot := gokord.Bot{