Basic command plugin structure

This commit is contained in:
Richard Chien
2018-06-15 10:40:53 +08:00
parent a3844eda69
commit 19c211b253
3 changed files with 57 additions and 37 deletions

View File

@ -1,5 +1,6 @@
API_ROOT = ''
SECRET = ''
ACCESS_TOKEN = ''
HOST = '127.0.0.1'
PORT = 8080
DEBUG = True