fix(moderation): fixed being unable to log timeouts due to an import error
Some checks failed
Pylint / Pylint (push) Failing after 1m11s

This commit is contained in:
Seaswimmer 2023-10-04 12:06:03 -04:00
parent a7bd24f783
commit 5d7bab59cc
No known key found for this signature in database
GPG key ID: 5019678FD9CF50D8

View file

@ -1,4 +1,4 @@
import datetime
from datetime import datetime
import logging
import time
import discord