From 8cec1c5a30f9bf679f3b4704b27684b4c4bf531b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?William=20Herg=C3=A8s?= Date: Thu, 11 Sep 2025 14:35:32 +0200 Subject: docs(info): add inter as deps in readme and credits --- commands/credits.go | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'commands') diff --git a/commands/credits.go b/commands/credits.go index f0a8c46..d58547e 100644 --- a/commands/credits.go +++ b/commands/credits.go @@ -11,7 +11,8 @@ func Credits(_ *discordgo.Session, i *discordgo.InteractionCreate, _ cmd.OptionM msg := "**Les Copaings**, le bot gérant les serveurs privés de [anhgelus]().\n" msg += "Code source : \n\n" msg += "Host du bot : " + gokord.BaseCfg.GetAuthor() + ".\n\n" - msg += "Utilise :\n- [anhgelus/gokord]()" + msg += "Utilise :\n- [anhgelus/gokord]()\n" + msg += "- [Inter]()" err := resp.SetMessage(msg).Send() if err != nil { logger.Alert("commands/credits.go - Sending credits", err.Error(), "guild_id", i.GuildID) -- cgit v1.2.3