Fix import

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

2
bot.py
View File

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