removed try/except block when adding cog, as sparky does that now
This commit is contained in:
parent
70f008bf82
commit
c7fe4b2c2a
10 changed files with 12 additions and 53 deletions
|
|
@ -71,8 +71,4 @@ class Anime(commands.Cog):
|
|||
|
||||
|
||||
async def setup(bot):
|
||||
try:
|
||||
await bot.add_cog(Anime(bot))
|
||||
bot.logger.info("Successfully added Anime Cog")
|
||||
except:
|
||||
bot.logger.info("Failed to load Anime Cog")
|
||||
await bot.add_cog(Anime(bot))
|
||||
Loading…
Add table
Add a link
Reference in a new issue