aboutsummaryrefslogtreecommitdiff
path: root/commands/stats.go
diff options
context:
space:
mode:
Diffstat (limited to 'commands/stats.go')
-rw-r--r--commands/stats.go2
1 files changed, 0 insertions, 2 deletions
diff --git a/commands/stats.go b/commands/stats.go
index 06b10bd..3422e2a 100644
--- a/commands/stats.go
+++ b/commands/stats.go
@@ -158,8 +158,6 @@ func stats(s *discordgo.Session, i *discordgo.InteractionCreate, days uint, exec
t := raw.CreatedAt.Unix() - now
if !gokord.Debug {
t = int64(math.Ceil(float64(t) / (24 * 60 * 60)))
- } else {
- t = int64(math.Ceil(float64(t) / 6))
}
pts[int64(days)-t] = plotter.XY{
X: float64(t),