Update code om Python 3.11 te ondersteunen #22
+1
-1
@@ -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):
|
||||
|
||||
Reference in New Issue
Block a user