Add some docstrings

This commit is contained in:
Richard Chien
2018-07-04 19:50:42 +08:00
parent 1f4e5f3435
commit e639889944
4 changed files with 23 additions and 19 deletions

View File

@ -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()