diff options
| author | William Hergès <william@herges.fr> | 2025-08-06 14:39:36 +0200 |
|---|---|---|
| committer | William Hergès <william@herges.fr> | 2025-08-06 14:39:36 +0200 |
| commit | 376b3ec29600c9661cea4899ddf94f8515fc7bfd (patch) | |
| tree | a0bb181e8aafc2ebec492ac4f1b9f10bcca108f6 /go.mod | |
| parent | 0cd725108c998aedcf647ce39cd80a325b33cfa0 (diff) | |
feat(command): use gokord function to create components
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.20250806004311-9988b375047f + github.com/anhgelus/gokord v0.11.1-0.20250806122118-84c56722e29d github.com/bwmarrin/discordgo v0.29.0 github.com/joho/godotenv v1.5.1 github.com/pelletier/go-toml/v2 v2.2.4 |
