Skip to content

Commit

Permalink
Disable trump check
Browse files Browse the repository at this point in the history
  • Loading branch information
nluedtke committed Aug 3, 2019
1 parent b49ca29 commit 9a9a3e8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion cogs/twittercog.py
Original file line number Diff line number Diff line change
Expand Up @@ -212,4 +212,4 @@ async def handle_news(ctx, bot):

def setup(bot):
bot.add_cog(Twitter(bot))
bot.loop.create_task(check_trumps_mouth(bot))
# bot.loop.create_task(check_trumps_mouth(bot))
6 changes: 3 additions & 3 deletions common.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
VERSION_YEAR = 2019
VERSION_MONTH = 7
VERSION_DAY = 13
VERSION_REV = 1
VERSION_MONTH = 8
VERSION_DAY = 3
VERSION_REV = 0

whos_in = None
twitter = None
Expand Down

0 comments on commit 9a9a3e8

Please sign in to comment.