reset request counts in rate limiter every day at midnight

This commit is contained in:
Owen
2024-12-17 12:15:47 +01:00
parent 70f067f747
commit 322c499725
10 changed files with 34 additions and 3 deletions
+2 -1
View File
@@ -27,7 +27,8 @@ defmodule PlantidDiscordBot.MixProject do
{:httpoison, "~> 2.2"},
{:image, "~> 0.55"},
{:jason, "~> 1.4"},
{:plug_cowboy, "~> 2.7"}
{:plug_cowboy, "~> 2.7"},
{:quantum, "~> 3.5"}
]
end
end