From aa8fd9f9c5fa0ed294eef4b6f680300b4b33274b Mon Sep 17 00:00:00 2001 From: Kyomotoi <37587870+Kyomotoi@users.noreply.github.com> Date: Tue, 14 Jul 2020 00:09:16 +0800 Subject: Update run.py --- run.py | 4 ++-- 1 file 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() -- cgit v1.2.3