From 21d86705e720e520d77b530fd63e71322e15c297 Mon Sep 17 00:00:00 2001 From: zxce3 Date: Tue, 14 Sep 2021 01:53:01 +0700 Subject: [PATCH] nope --- bot/__main__.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bot/__main__.py b/bot/__main__.py index f078a89..3cee3c7 100644 --- a/bot/__main__.py +++ b/bot/__main__.py @@ -41,7 +41,7 @@ def load_plugins(plugin_name): async def start(): print('\n') - print('------------------- Initalizing VC BOT ---------------------') + print('------------------- Initalizing VEEZ ---------------------') if bot: await bot.start() await app.start() @@ -53,7 +53,7 @@ async def start(): path_ = Path(a.name) plugin_name = path_.stem load_plugins(plugin_name.replace(".py", "")) - print('----------------------- INITIATED VC BOT ------------------------') + print('----------------------- INITIATED VEEZ ------------------------') print(' Logged in as User =>> {}'.format((await app.get_me()).first_name)) if bot: print(' and Bot =>> {}'.format((await bot.get_me()).first_name))