aboutsummaryrefslogtreecommitdiff
path: root/commands/credits.go
diff options
context:
space:
mode:
authorWilliam Hergès <anhgelus.morhtuuzh@proton.me>2025-05-13 21:13:59 +0200
committerGitHub <noreply@github.com>2025-05-13 21:13:59 +0200
commit8d6af4b6aa8f4902316c7f30c5229c97b0ec1a81 (patch)
treed19607355cfa0a180d3269d78e7e2249aa3d2277 /commands/credits.go
parent9e826eee980634b82d6981a868b045f3d4b48852 (diff)
parent75ca960199b85f3f4b491652c837d297827e40ce (diff)
Merge pull request #8 from anhgelus/v3
V3
Diffstat (limited to 'commands/credits.go')
-rw-r--r--commands/credits.go26
1 files changed, 3 insertions, 23 deletions
diff --git a/commands/credits.go b/commands/credits.go
index fb26530..d5aa42e 100644
--- a/commands/credits.go
+++ b/commands/credits.go
@@ -11,12 +11,12 @@ func Credits(s *discordgo.Session, i *discordgo.InteractionCreate) {
{
Type: discordgo.EmbedTypeRich,
Title: "Crédits",
- Description: "Auteur du bot : @anhgelus (https://github.com/anhgelus)\nLangage : Go 1.22\nLicence : AGPLv3",
+ Description: "Auteur du bot : @anhgelus (https://github.com/anhgelus)\nLangage : Go 1.24\nLicence : AGPLv3",
Color: utils.Success,
Fields: []*discordgo.MessageEmbedField{
{
Name: "anhgelus/gokord",
- Value: "v0.3.0 - MPL 2.0",
+ Value: "v0.6.3 - MPL 2.0",
Inline: true,
},
{
@@ -25,28 +25,8 @@ func Credits(s *discordgo.Session, i *discordgo.InteractionCreate) {
Inline: true,
},
{
- Name: "pelletier/go-toml/v2",
- Value: "v2.2.1 - MIT",
- Inline: true,
- },
- {
Name: "redis/go-redis/v9",
- Value: "v9.5.1 - BSD-2-Clause",
- Inline: true,
- },
- {
- Name: "gorm.io/gorm",
- Value: "v1.25.9 - MIT",
- Inline: true,
- },
- {
- Name: "gorm.io/driver/postgres",
- Value: "v1.5.7 - MIT",
- Inline: true,
- },
- {
- Name: "other",
- Value: "Et leurs dépendances !",
+ Value: "v9.8.0 - BSD-2-Clause",
Inline: true,
},
},