diff options
| author | Anhgelus Morhtuuzh <anhgelus.morhtuuzh@proton.me> | 2024-04-14 14:41:38 +0200 |
|---|---|---|
| committer | Anhgelus Morhtuuzh <anhgelus.morhtuuzh@proton.me> | 2024-04-14 14:41:38 +0200 |
| commit | f2292809d0f4145fa598e2fc3e1d3217a08bc7c9 (patch) | |
| tree | 79a3feacdcc9b72436344c52e52df7fd69947d80 /main.go | |
| parent | aaa9e0e075f9b430b866d55066aad04181821d7a (diff) | |
build(go): upgrade gokord to v0.1.1
Diffstat (limited to 'main.go')
| -rw-r--r-- | main.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -14,7 +14,7 @@ func init() { } func main() { - err := gokord.SetupConfigs([]gokord.ConfigInfo{}) + err := gokord.SetupConfigs([]*gokord.ConfigInfo{}) if err != nil { utils.SendError(err) } |
