Skip to content

Commit

Permalink
auto: format python code
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Aug 11, 2024
1 parent e29d84e commit 94a1920
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions bot.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,15 +54,15 @@ async def on_ready(self):
for rc, lc in zip(remote, local): # We are pulling command IDs from server-side, then storing the mentions
lc.extras['id'] = rc.id

#logging.info('[Cache] Performing initial user database synchronization')
# logging.info('[Cache] Performing initial user database synchronization')
# self.READY = True
# return
#db = mclient.bowser.users
#NS = self.bot.get_guild(config.nintendoswitch)
# db = mclient.bowser.users
# NS = self.bot.get_guild(config.nintendoswitch)

#guildCount = len(NS.members)
#userCount = 0
#for member in NS.members:
# guildCount = len(NS.members)
# userCount = 0
# for member in NS.members:
# await asyncio.sleep(0.5)
# userCount += 1
# logging.debug(f'[Cache] Syncronizing user {userCount}/{guildCount}')
Expand All @@ -81,7 +81,7 @@ async def on_ready(self):

# db.update_one({'_id': member.id}, {'$set': {'roles': roleList}})

#logging.info('[Cache] Inital user database syncronization complete')
# logging.info('[Cache] Inital user database syncronization complete')
self.READY = True


Expand Down

0 comments on commit 94a1920

Please sign in to comment.