nope
This commit is contained in:
parent
a17c557fab
commit
21d86705e7
@ -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))
|
||||||
|
Loading…
Reference in New Issue
Block a user