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()
async def on_ready(self):
print('------')
print(bcolors.AUTHOR + "{:^41}".format(f"MEMBARR V {MEMBARR_VERSION}") + bcolors.ENDC)
print(f'{bcolors.AUTHOR}Made by Yoruio https://github.com/Yoruio/{bcolors.ENDC}')
print("{:^41}".format(f"MEMBARR V {MEMBARR_VERSION}"))
print(f'Made by Yoruio https://github.com/Yoruio/\n')
print(f'Forked from Invitarr https://github.com/Sleepingpirates/Invitarr')
print(f'Named by lordfransie')
print(f'Logged in as {self.bot.user} (ID: {self.bot.user.id})')
@@ -444,4 +444,4 @@ class app(commands.Cog):
print(e)
async def setup(bot):
await bot.add_cog(app(bot))
await bot.add_cog(app(bot))