bot icon indicating copy to clipboard operation
bot copied to clipboard

Failing to send messages will log as an event

Open NiceAesth opened this issue 1 year ago • 0 comments

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

Server ID

NiceAesth avatar Feb 19 '24 21:02 NiceAesth