2018-12-27 20:23:45 +08:00
|
|
|
import nonebot
|
2018-08-17 00:12:07 +08:00
|
|
|
|
2018-08-17 23:47:44 +08:00
|
|
|
import config
|
|
|
|
|
2018-08-17 00:12:07 +08:00
|
|
|
if __name__ == '__main__':
|
2018-12-27 20:23:45 +08:00
|
|
|
nonebot.init(config)
|
|
|
|
nonebot.load_builtin_plugins()
|
|
|
|
nonebot.run()
|