diff options
author | Kyomotoi <[email protected]> | 2020-07-14 00:09:16 +0800 |
---|---|---|
committer | GitHub <[email protected]> | 2020-07-14 00:09:16 +0800 |
commit | aa8fd9f9c5fa0ed294eef4b6f680300b4b33274b (patch) | |
tree | b5a4834ecbd15dca9d913bc6322224b761300215 /run.py | |
parent | 4aca8b537bc29f46735f38d7f9d0ed95128a85a8 (diff) | |
download | ATRI-aa8fd9f9c5fa0ed294eef4b6f680300b4b33274b.tar.gz ATRI-aa8fd9f9c5fa0ed294eef4b6f680300b4b33274b.tar.bz2 ATRI-aa8fd9f9c5fa0ed294eef4b6f680300b4b33274b.zip |
Update run.py
Diffstat (limited to 'run.py')
-rw-r--r-- | run.py | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,7 +1,7 @@ # -*- coding:utf-8 -*- import time COPYRIGHT = ( - r"""AyaCoolQBot + r"""ATRI bot byPython Copyright © 2018-2020 Kyomotoi,All Rights Reserved Project: https://github.com/Kyomotoi/Aya Blog: lolihub.icu @@ -28,4 +28,4 @@ if __name__ == '__main__': nonebot.load_plugins( path.join(path.dirname(__file__), 'AyaBot', 'plugins'), 'AyaBot.plugins') - nonebot.run()
\ No newline at end of file + nonebot.run() |