aboutsummaryrefslogtreecommitdiff
path: root/commands/credits.go
diff options
context:
space:
mode:
authorAnhgelus Morhtuuzh <william@herges.fr>2025-08-21 15:41:40 +0200
committerAnhgelus Morhtuuzh <william@herges.fr>2025-08-21 15:41:40 +0200
commite00f05d7c636f9a1b7a10930402cfeb9331f6631 (patch)
treea84053c6f902f9769ac7a88c17d208a9fcd1ab0b /commands/credits.go
parentd98e5704f9a3d4fd98800bbc4bd48e1b0a442d3f (diff)
feat(command): fetch stats
Diffstat (limited to 'commands/credits.go')
-rw-r--r--commands/credits.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/commands/credits.go b/commands/credits.go
index 9682d0e..5c3c4bd 100644
--- a/commands/credits.go
+++ b/commands/credits.go
@@ -10,7 +10,7 @@ import (
func Credits(_ *discordgo.Session, i *discordgo.InteractionCreate, _ cmd.OptionMap, resp *cmd.ResponseBuilder) {
msg := "**Les Copaings**, le bot gérant les serveurs privés de [anhgelus](<https://anhgelus.world/>).\n"
msg += "Code source : <https://git.anhgelus.world/anhgelus/les-copaings-bot>\n\n"
- msg += "Host du bot : " + gokord.BaseCfg.GetAuthor() + "\n\n"
+ msg += "Host du bot : " + gokord.BaseCfg.GetAuthor() + ".\n\n"
msg += "Utilise :\n- [anhgelus/gokord](<https://github.com/anhgelus/gokord>)"
err := resp.SetMessage(msg).Send()
if err != nil {