build(go): upgrade gokord to v0.1.2

This commit is contained in:
Anhgelus Morhtuuzh 2024-04-14 14:50:28 +02:00
parent f2292809d0
commit e6520c6007
No known key found for this signature in database
GPG key ID: CF4550297832A29F
3 changed files with 4 additions and 3 deletions

View file

@ -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{