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
|
|
@ -116,10 +116,5 @@ class InkyScreen(commands.Cog):
|
|||
await self.write_to_display(message)
|
||||
|
||||
|
||||
|
||||
async def setup(bot):
|
||||
try:
|
||||
await bot.add_cog(InkyScreen(bot))
|
||||
bot.logger.info("InkyScreen cog loaded")
|
||||
except:
|
||||
bot.logger.exception("Error loading InkyScreen cog")
|
||||
await bot.add_cog(InkyScreen(bot))
|
||||
Loading…
Add table
Add a link
Reference in a new issue