mirror of
https://github.com/nonebot/nonebot2.git
synced 2025-07-28 00:31:14 +00:00
Update docs
This commit is contained in:
9
docs/guide/code/awesome-bot-4/config.py
Normal file
9
docs/guide/code/awesome-bot-4/config.py
Normal file
@ -0,0 +1,9 @@
|
||||
from none.default_config import *
|
||||
|
||||
HOST = '0.0.0.0'
|
||||
PORT = 8080
|
||||
|
||||
SUPERUSERS = {12345678}
|
||||
COMMAND_START.add('')
|
||||
|
||||
TULING_API_KEY = ''
|
Reference in New Issue
Block a user