Skip to content

Commit

Permalink
A change forgotten
Browse files Browse the repository at this point in the history
  • Loading branch information
geirawsm committed Oct 16, 2024
1 parent 6fce858 commit f40532c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sausage_bot/cogs/stats.py
Original file line number Diff line number Diff line change
Expand Up @@ -755,7 +755,7 @@ async def tabify(
f'{stats_info[0:100]}'
)
_guild = discord_commands.get_guild()
stats_msg_id = stats_settings['stats_msg']
stats_msg_id = stats_settings['stats_msg_id']
stats_channel = get(_guild.channels, name=stats_channel)
log.verbose(
f'Got `stats_channel` {stats_channel} ({type(stats_channel)})'
Expand Down

0 comments on commit f40532c

Please sign in to comment.