diff options
-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() |