Update code om Python 3.11 te ondersteunen #22

Merged
mark merged 5 commits from python311 into master 2022-12-28 17:57:26 +01:00
Showing only changes of commit ad2324d53c - Show all commits
+1 -1
View File
@@ -411,7 +411,7 @@ class Shitpost(commands.Cog):
return None return None
# Do the rolling # Do the rolling
random.seed(datetime.now()) random.seed(datetime.now().timestamp())
total = 0 total = 0
rolls = [] rolls = []
for x in range(0, nrOfDice): for x in range(0, nrOfDice):