aboutsummaryrefslogtreecommitdiff
path: root/main.go
diff options
context:
space:
mode:
authorAnhgelus Morhtuuzh <anhgelus@anhgelus.world>2025-02-07 15:50:56 +0100
committerAnhgelus Morhtuuzh <anhgelus@anhgelus.world>2025-02-07 15:50:56 +0100
commitc5ee70bea451a90244b14f7ff694602bf114be9e (patch)
treee7c44f6e51b88c077c3085620cee42a6a2d874e7 /main.go
parentde1b3977fb0001af31b97fbc9878f839012dc853 (diff)
build(gokord): update to v0.6.0
Diffstat (limited to 'main.go')
-rw-r--r--main.go6
1 files changed, 3 insertions, 3 deletions
diff --git a/main.go b/main.go
index 917dce2..000179c 100644
--- a/main.go
+++ b/main.go
@@ -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)
}