diff options
| author | Anhgelus Morhtuuzh <anhgelus.morhtuuzh@proton.me> | 2024-04-14 14:50:28 +0200 |
|---|---|---|
| committer | Anhgelus Morhtuuzh <anhgelus.morhtuuzh@proton.me> | 2024-04-14 14:50:28 +0200 |
| commit | e6520c6007751d92c3e38ad46f329c48e7f58371 (patch) | |
| tree | 9af927c98be0940b9e436f6fc0e52a9e3eab9bf5 /main.go | |
| parent | f2292809d0f4145fa598e2fc3e1d3217a08bc7c9 (diff) | |
build(go): upgrade gokord to v0.1.2
Diffstat (limited to 'main.go')
| -rw-r--r-- | main.go | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -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{ |
