summaryrefslogtreecommitdiff
path: root/run.py
diff options
context:
space:
mode:
authorKyomotoi <[email protected]>2020-07-14 00:09:16 +0800
committerGitHub <[email protected]>2020-07-14 00:09:16 +0800
commitaa8fd9f9c5fa0ed294eef4b6f680300b4b33274b (patch)
treeb5a4834ecbd15dca9d913bc6322224b761300215 /run.py
parent4aca8b537bc29f46735f38d7f9d0ed95128a85a8 (diff)
downloadATRI-aa8fd9f9c5fa0ed294eef4b6f680300b4b33274b.tar.gz
ATRI-aa8fd9f9c5fa0ed294eef4b6f680300b4b33274b.tar.bz2
ATRI-aa8fd9f9c5fa0ed294eef4b6f680300b4b33274b.zip
Update run.py
Diffstat (limited to 'run.py')
-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()