nonebot2/docs/guide/code/awesome-bot-1/bot.py
Richard Chien c21b1e7122 Update
2018-08-17 00:12:07 +08:00

7 lines
130 B
Python

import none
if __name__ == '__main__':
none.init()
none.load_builtin_plugins()
none.run(host='127.0.0.1', port=8080)