bot
bot copied to clipboard
Failing to send messages will log as an event
Type
Command failure
Bug description
Can fail due to:
- missing send msg perms (should just silently ignore this case)
- missing file perms (should inform user of this fact both here and in other commands that upload files e.g. beatmap listener, profile command)
Sentry Event ID 03fab0fe7823418c915865c1dfc356af
# listeners/osulisteners.py in user_listener at line 109
await ctx.send(embed=embed, file=discord.File(graph, "rank_graph.png"))
Screenshots or videos
No response