diff options
| author | William Hergès <william@herges.fr> | 2025-09-20 15:39:51 +0200 |
|---|---|---|
| committer | William Hergès <william@herges.fr> | 2025-09-20 15:39:51 +0200 |
| commit | a0e93b4e031857e7379e2ab2d7bdae24561f4e5e (patch) | |
| tree | abc2a7b2d509552b20bd177520cbe4d8e1663670 /main.go | |
| parent | 8d6fa726069bd5364ada1521b400bb5eb7865d87 (diff) | |
feat(stats): better style for the graph
Diffstat (limited to 'main.go')
| -rw-r--r-- | main.go | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -11,6 +11,7 @@ import ( "git.anhgelus.world/anhgelus/les-copaings-bot/commands" "git.anhgelus.world/anhgelus/les-copaings-bot/config" + "git.anhgelus.world/anhgelus/les-copaings-bot/exp" "git.anhgelus.world/anhgelus/les-copaings-bot/user" "github.com/anhgelus/gokord" "github.com/anhgelus/gokord/cmd" @@ -216,7 +217,7 @@ func main() { AfterInit: func(dg *discordgo.Session) { d := 24 * time.Hour if gokord.Debug { - d = 24 * time.Second + d = 3 * exp.DebugFactor * time.Second } user.PeriodicReducer(dg) |
