diff --git a/Shitpost.py b/Shitpost.py index 6e8034b..962b630 100644 --- a/Shitpost.py +++ b/Shitpost.py @@ -411,7 +411,7 @@ class Shitpost(commands.Cog): return None # Do the rolling - random.seed(datetime.now()) + random.seed(datetime.now().timestamp()) total = 0 rolls = [] for x in range(0, nrOfDice):