mirror of
https://github.com/nonebot/nonebot2.git
synced 2025-07-27 08:11:38 +00:00
Basic command plugin structure
This commit is contained in:
@ -1,5 +1,6 @@
|
||||
API_ROOT = ''
|
||||
SECRET = ''
|
||||
ACCESS_TOKEN = ''
|
||||
HOST = '127.0.0.1'
|
||||
PORT = 8080
|
||||
DEBUG = True
|
||||
|
Reference in New Issue
Block a user