Update app.py
This commit is contained in:
@@ -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))
|
||||
|
||||
Reference in New Issue
Block a user