aboutsummaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorWilliam Hergès <anhgelus.morhtuuzh@proton.me>2025-09-15 14:01:06 +0200
committerGitHub <noreply@github.com>2025-09-15 14:01:06 +0200
commit4104690079c47c1ad7981644bd07068cc9184ebf (patch)
treec34e8b074ef1553b100141c1b0615eee2a1b247e /go.mod
parente42ecdd7154d740800ef392c6318220944b55a39 (diff)
parent200b8f763947c251661397db0ca973d27a9a6816 (diff)
Merge pull request #13 from ascpial/feat-config
[Feat] Improve /config look and xp_role usability
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 506cb86..d9b3bd9 100644
--- a/go.mod
+++ b/go.mod
@@ -7,7 +7,7 @@ toolchain go1.24.6
require (
github.com/anhgelus/gokord v0.11.1-0.20250913175430-bf95758b4d3b
github.com/joho/godotenv v1.5.1
- github.com/nyttikord/gokord v0.30.1-0.20250913173431-8e43619c03fa
+ github.com/nyttikord/gokord v0.30.1-0.20250914224716-68c5eb8c8ab2
github.com/pelletier/go-toml/v2 v2.2.4
gorm.io/driver/postgres v1.6.0
gorm.io/gorm v1.31.0