mirror of
https://github.com/nonebot/nonebot2.git
synced 2026-01-12 23:02:00 +00:00
Add docs for writing "usage" command
This commit is contained in:
@@ -43,7 +43,7 @@ import config
|
||||
if __name__ == '__main__':
|
||||
nonebot.init(config)
|
||||
nonebot.load_plugins(path.join(path.dirname(__file__), 'awesome', 'plugins'),
|
||||
'awesome.plugins')
|
||||
'awesome.plugins')
|
||||
nonebot.run()
|
||||
```
|
||||
|
||||
|
||||
Reference in New Issue
Block a user