feat(command): fetch stats

This commit is contained in:
Anhgelus Morhtuuzh 2025-08-21 15:41:40 +02:00
parent d98e5704f9
commit e00f05d7c6
Signed by: anhgelus
GPG key ID: CAD341EFA92DDDE5
5 changed files with 72 additions and 4 deletions

View file

@ -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 {