diff options
| author | Anhgelus Morhtuuzh <william@herges.fr> | 2025-08-21 14:12:07 +0200 |
|---|---|---|
| committer | Anhgelus Morhtuuzh <william@herges.fr> | 2025-08-21 14:12:07 +0200 |
| commit | 9a58e3db845de57ea5c102e59eeb4bb4cc2dc3cd (patch) | |
| tree | cc815b922ead243456aa7029caba85d8fa066d75 /go.mod | |
| parent | 1975321016e56a3cdf5b3ce27602501d922c3b73 (diff) | |
fix(command): not handling config interaction
Diffstat (limited to 'go.mod')
| -rw-r--r-- | go.mod | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -3,7 +3,7 @@ module github.com/anhgelus/les-copaings-bot go 1.24 require ( - github.com/anhgelus/gokord v0.11.1-0.20250807111049-5de23912c524 + github.com/anhgelus/gokord v0.11.1-0.20250821115246-50e5f7d17717 github.com/bwmarrin/discordgo v0.29.0 github.com/joho/godotenv v1.5.1 github.com/pelletier/go-toml/v2 v2.2.4 |
