Skip to content
Next Next commit
Update game_utils.py
  • Loading branch information
abindent authored Mar 14, 2022
commit 7f217a75bfabd4357949145ddb22d736aed3ea2d
2 changes: 1 addition & 1 deletion bot/utils/game_utils.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import nextcord, random
import nextcord, random, datetime
from typing import List
from utils.json import get_path

Expand Down