aboutsummaryrefslogtreecommitdiff
path: root/commands/top.go
diff options
context:
space:
mode:
Diffstat (limited to 'commands/top.go')
-rw-r--r--commands/top.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/commands/top.go b/commands/top.go
index 0423bab..53ccef9 100644
--- a/commands/top.go
+++ b/commands/top.go
@@ -42,7 +42,7 @@ func Top(s *discordgo.Session, i *discordgo.InteractionCreate) {
cfg := config.GetGuildConfig(i.GuildID)
if cfg.DaysXPRemains > 30 {
wg.Add(1)
- go fn("Top full time", 10, -1, 0)
+ go fn(fmt.Sprintf("Top %d jours", cfg.DaysXPRemains), 10, -1, 0)
}
wg.Add(2)
go fn("Top 30 jours", 5, 30, 1)