fix(moderation): fixed being unable to log timeouts due to an import error
Some checks failed
Pylint / Pylint (push) Failing after 1m11s
Some checks failed
Pylint / Pylint (push) Failing after 1m11s
This commit is contained in:
parent
a7bd24f783
commit
5d7bab59cc
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
||||||
import datetime
|
from datetime import datetime
|
||||||
import logging
|
import logging
|
||||||
import time
|
import time
|
||||||
import discord
|
import discord
|
||||||
|
|
Loading…
Reference in a new issue