Currently, all users see the dog generator's error responses. Let's use ephemeral messages here, like we do in the registration setup. This would also make it tolerable to provide feedback when the user is rate-limited or posting in the wrong channel.
A not-so-good alternative is using delete_after=5 to auto-delete the messages after 5 seconds, or to not send error messages at all.
@nekeal do you want to look into this?
Currently, all users see the dog generator's error responses. Let's use ephemeral messages here, like we do in the registration setup. This would also make it tolerable to provide feedback when the user is rate-limited or posting in the wrong channel.
A not-so-good alternative is using
delete_after=5to auto-delete the messages after 5 seconds, or to not send error messages at all.@nekeal do you want to look into this?