Update app.py

This commit is contained in:
Roy Du
2022-07-15 22:34:18 -06:00
committed by GitHub
parent dcf6886375
commit 3a4ddbd627

View File

@@ -116,8 +116,8 @@ class app(commands.Cog):
@commands.Cog.listener() @commands.Cog.listener()
async def on_ready(self): async def on_ready(self):
print('------') print('------')
print(bcolors.AUTHOR + "{:^41}".format(f"MEMBARR V {MEMBARR_VERSION}") + bcolors.ENDC) print("{:^41}".format(f"MEMBARR V {MEMBARR_VERSION}"))
print(f'{bcolors.AUTHOR}Made by Yoruio https://github.com/Yoruio/{bcolors.ENDC}') print(f'Made by Yoruio https://github.com/Yoruio/\n')
print(f'Forked from Invitarr https://github.com/Sleepingpirates/Invitarr') print(f'Forked from Invitarr https://github.com/Sleepingpirates/Invitarr')
print(f'Named by lordfransie') print(f'Named by lordfransie')
print(f'Logged in as {self.bot.user} (ID: {self.bot.user.id})') print(f'Logged in as {self.bot.user} (ID: {self.bot.user.id})')