Skip to content

Commit

Permalink
I forgot an underscore 😢
Browse files Browse the repository at this point in the history
  • Loading branch information
Mikey committed Dec 30, 2024
1 parent aa5513a commit fb6e53d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tasks/iterate_prc_logs.py
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ async def iterate_prc_logs(bot):
async def process_guild(items):
async with semaphore:
try:
guild = bot.get_guild(items["id"]) or await bot.fetch_guild(items['_id'])
guild = bot.get_guild(items["_id"]) or await bot.fetch_guild(items['_id'])
settings = await bot.settings.find_by_id(guild.id)
erlc_settings = settings.get('ERLC', {})

Expand Down

0 comments on commit fb6e53d

Please sign in to comment.