build(go): upgrade gokord to v0.1.1

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

View file

@ -14,7 +14,7 @@ func init() {
}
func main() {
err := gokord.SetupConfigs([]gokord.ConfigInfo{})
err := gokord.SetupConfigs([]*gokord.ConfigInfo{})
if err != nil {
utils.SendError(err)
}