removed unneeded fstrings and fixed position of success message
This commit is contained in:
parent
2069fb788d
commit
c11f16a5d8
1 changed files with 2 additions and 2 deletions
|
|
@ -61,7 +61,7 @@ class Admin(commands.Cog):
|
||||||
|
|
||||||
async def setup(bot):
|
async def setup(bot):
|
||||||
try:
|
try:
|
||||||
bot.logger.info(f"Successfully added Admin cog")
|
|
||||||
await bot.add_cog(Admin(bot))
|
await bot.add_cog(Admin(bot))
|
||||||
|
bot.logger.info("Successfully added Admin cog")
|
||||||
except:
|
except:
|
||||||
bot.logger.exception(f"Failed to add Admin cog")
|
bot.logger.exception("Failed to add Admin cog")
|
||||||
Loading…
Add table
Add a link
Reference in a new issue