aboutsummaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorAnhgelus Morhtuuzh <william@herges.fr>2025-08-21 14:38:59 +0200
committerAnhgelus Morhtuuzh <william@herges.fr>2025-08-21 14:38:59 +0200
commitecf41adc3c2b8746867a16c8d3c5a09ca89bc534 (patch)
tree74d6c0f3965513e4bdef302e35aabbce9d83c134 /go.mod
parent9a58e3db845de57ea5c102e59eeb4bb4cc2dc3cd (diff)
fix(command): missing custom id for modal
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod2
1 files changed, 1 insertions, 1 deletions
diff --git a/go.mod b/go.mod
index abd4668..df8f3bb 100644
--- a/go.mod
+++ b/go.mod
@@ -3,7 +3,7 @@ module github.com/anhgelus/les-copaings-bot
go 1.24
require (
- github.com/anhgelus/gokord v0.11.1-0.20250821115246-50e5f7d17717
+ github.com/anhgelus/gokord v0.11.1-0.20250821122244-0aee6c37eef6
github.com/bwmarrin/discordgo v0.29.0
github.com/joho/godotenv v1.5.1
github.com/pelletier/go-toml/v2 v2.2.4