This commit is contained in:
zxce3 2021-09-14 01:53:01 +07:00
parent a17c557fab
commit 21d86705e7

View File

@ -41,7 +41,7 @@ def load_plugins(plugin_name):
async def start(): async def start():
print('\n') print('\n')
print('------------------- Initalizing VC BOT ---------------------') print('------------------- Initalizing VEEZ ---------------------')
if bot: if bot:
await bot.start() await bot.start()
await app.start() await app.start()
@ -53,7 +53,7 @@ async def start():
path_ = Path(a.name) path_ = Path(a.name)
plugin_name = path_.stem plugin_name = path_.stem
load_plugins(plugin_name.replace(".py", "")) 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)) print(' Logged in as User =>> {}'.format((await app.get_me()).first_name))
if bot: if bot:
print(' and Bot =>> {}'.format((await bot.get_me()).first_name)) print(' and Bot =>> {}'.format((await bot.get_me()).first_name))