remove unused module and edit help message

This commit is contained in:
2017-08-10 23:02:32 +08:00
parent a47e4287d7
commit 41b229ffeb
2 changed files with 2 additions and 4 deletions

1
bot.py
View File

@ -3,7 +3,6 @@
# necessary modules
import time, requests, telepot
from telepot.loop import MessageLoop
from telepot.namedtuple import KeyboardButton, ReplyKeyboardMarkup, ReplyKeyboardRemove
from pprint import pprint
# kCOJ API
import access