mirror of
https://github.com/nonebot/nonebot2.git
synced 2025-07-28 08:41:29 +00:00
Add some docstrings
This commit is contained in:
@ -3,8 +3,8 @@ from os import path
|
||||
import none
|
||||
from none_demo import config
|
||||
|
||||
bot = none.init(config)
|
||||
app = bot.asgi
|
||||
none.init(config)
|
||||
app = none.get_bot().asgi
|
||||
|
||||
if __name__ == '__main__':
|
||||
none.load_builtin_plugins()
|
||||
|
Reference in New Issue
Block a user