From e6520c6007751d92c3e38ad46f329c48e7f58371 Mon Sep 17 00:00:00 2001 From: Anhgelus Morhtuuzh Date: Sun, 14 Apr 2024 14:50:28 +0200 Subject: build(go): upgrade gokord to v0.1.2 --- main.go | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'main.go') 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{ -- cgit v1.2.3