remove unnecessary time dependency

This commit is contained in:
Karol Wypchlo 2020-10-06 11:27:06 +02:00
parent 60f8371170
commit 9b6d61aa7e
1 changed files with 1 additions and 1 deletions

View File

@ -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