remove unnecessary time dependency
This commit is contained in:
parent
60f8371170
commit
9b6d61aa7e
|
@ -1,6 +1,6 @@
|
||||||
#!/usr/bin/env python3
|
#!/usr/bin/env python3
|
||||||
|
|
||||||
import asyncio, json, os, re, sys, traceback, discord, requests, time, subprocess
|
import asyncio, json, os, re, sys, traceback, discord, requests, subprocess
|
||||||
from datetime import datetime, timedelta
|
from datetime import datetime, timedelta
|
||||||
from bot_utils import setup, send_msg
|
from bot_utils import setup, send_msg
|
||||||
|
|
||||||
|
|
Reference in New Issue