build(gokord): update to v0.6.0

This commit is contained in:
Anhgelus Morhtuuzh 2025-02-07 15:50:56 +01:00
parent de1b3977fb
commit c5ee70bea4
Signed by: anhgelus
GPG key ID: CAD341EFA92DDDE5
4 changed files with 27 additions and 9 deletions

View file

@ -19,8 +19,8 @@ var (
Version = gokord.Version{
Major: 2,
Minor: 3,
Patch: 3,
} // git version: 0.3.3 (it's the v2 of the bot)
Patch: 4,
} // git version: 0.3.4 (it's the v2 of the bot)
)
func init() {
@ -29,7 +29,7 @@ func init() {
}
func main() {
err := gokord.SetupConfigs([]*gokord.ConfigInfo{})
err := gokord.SetupConfigs(nil, []*gokord.ConfigInfo{})
if err != nil {
panic(err)
}