summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--run.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/run.py b/run.py
index ad51507..496590e 100644
--- a/run.py
+++ b/run.py
@@ -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()