Is your feature request related to a problem? Please describe.
I've noticed that users frequently struggle to figure out their user ID when appealing a ban. This adds additional effort for mods who want to unban because we sometimes need to go hunting down the ID (it's frequently located in places that are hard to get to and copy from on mobile it seems).
Describe the solution you'd like
I think we should update the message sent to the user to include their user ID so they can just copy/paste it into the appeal form.
I believe this ID is available from user.id, which is in-context already on that handler.
Describe alternatives you've considered
It would be extra-neat if we could pipe the ID all the way around somehow so that users don't even need to copy/paste. This might be possible with Google Forms. Though I haven't tested it out to be sure.
Additional context
No response
Is your feature request related to a problem? Please describe.
I've noticed that users frequently struggle to figure out their user ID when appealing a ban. This adds additional effort for mods who want to unban because we sometimes need to go hunting down the ID (it's frequently located in places that are hard to get to and copy from on mobile it seems).
Describe the solution you'd like
I think we should update the message sent to the user to include their user ID so they can just copy/paste it into the appeal form.
I believe this ID is available from
user.id, which is in-context already on that handler.Describe alternatives you've considered
It would be extra-neat if we could pipe the ID all the way around somehow so that users don't even need to copy/paste. This might be possible with Google Forms. Though I haven't tested it out to be sure.
Additional context
No response