Remove useless sys import

This commit is contained in:
Robert Miles 2018-11-15 17:17:04 -05:00
parent 80ceef98f7
commit db5a926ae4
1 changed files with 1 additions and 1 deletions

2
bot.py
View File

@ -1,4 +1,4 @@
import teambot, sys, time, datatore
import teambot, time, datatore
USAGE = dict(admin="Stop trying to use this command!",sotd="{}sotd <link> <name>",listsotd="{}listsotd")
PUBLIC_COMMANDS = ["sotd","listsotd"]