Skip to content

Commit

Permalink
Weird errors
Browse files Browse the repository at this point in the history
  • Loading branch information
geirawsm committed Sep 13, 2024
1 parent cf2c9d8 commit bec8bca
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion sausage_bot/cogs/stats.py
Original file line number Diff line number Diff line change
Expand Up @@ -637,7 +637,9 @@ async def tabify(
stats_info += f'```{code_last_updated} {dt_log}```\n'
log.verbose(
f'Trying to post stats to `{stats_channel}`:\n'
f'{stats_infonrd_commands.get_guild()
f'{stats_info[0:100]}'
)
_guild = discord_commands.get_guild()
stats_msg_id = stats_settings['stats_msg']
stats_channel = get(_guild.channels, name=stats_channel)
log.verbose(
Expand Down

0 comments on commit bec8bca

Please sign in to comment.