Skip to content
This repository has been archived by the owner on Jun 27, 2019. It is now read-only.

Commit

Permalink
Fixed bug with news announcements not being sent
Browse files Browse the repository at this point in the history
  • Loading branch information
Galarzaa90 committed Jan 10, 2019
1 parent 2c16491 commit 0284fb6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions cogs/tibia.py
Original file line number Diff line number Diff line change
Expand Up @@ -2054,6 +2054,8 @@ async def scan_news(self):
log.warning("scan_news: Missing permissions.")
except discord.HTTPException:
log.warning("scan_news: Malformed message.")
except AttributeError:
pass
await asyncio.sleep(60 * 30)
except NetworkError:
await asyncio.sleep(30)
Expand Down

0 comments on commit 0284fb6

Please sign in to comment.