Skip to content
This repository has been archived by the owner on Jan 1, 2021. It is now read-only.

Commit

Permalink
uncomment important code - oops
Browse files Browse the repository at this point in the history
  • Loading branch information
jgayfer committed Sep 15, 2017
1 parent c870624 commit fbaeffe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cogs/core.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ async def on_ready(self):
print('------')

# Get guilds in database
"""with DBase() as db:
with DBase() as db:
db = db.get_guilds()
db_guilds = []
to_delete = []
Expand All @@ -40,7 +40,7 @@ async def on_ready(self):
# Remove guilds
for guild_id in to_delete:
with DBase() as db:
db.remove_guild(guild_id)"""
db.remove_guild(guild_id)


async def on_guild_join(self, guild):
Expand Down

0 comments on commit fbaeffe

Please sign in to comment.