You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As requested by a few people - a way to deliver feedback to an endpoint owned by a plugin dev in a variety of formats, so that they don't have to look at #feedback to get their plugin's feedback specifically and so that they can send feedback to their own bug reporting system.
Requirements:
Be able to disable feedback entirely, deliver feedback to #feedback, deliver feedback to the specified custom endpoint, or deliver feedback to both. (i.e. all four variations)
Must be able to handle standard payload formats. Probably just Discord for now?
Given that, the solution will probably:
Store the custom endpoint in the manifest, as well as instructions on how to deliver it. I'd say start with just a basic JSON payload ({author: string, message: string}) and a Discord payload. We can add more if people suggest them.
Bugbait decrypts the payload with its private key, and then delivers the payload to the endpoint, in addition to Discord if specified
The text was updated successfully, but these errors were encountered:
Another option that would be nice to have: getting pinged by your Discord username. We could let people specify their username in the manifest, and then have an option to be pinged.
As requested by a few people - a way to deliver feedback to an endpoint owned by a plugin dev in a variety of formats, so that they don't have to look at #feedback to get their plugin's feedback specifically and so that they can send feedback to their own bug reporting system.
Requirements:
Given that, the solution will probably:
{author: string, message: string}
) and a Discord payload. We can add more if people suggest them.The text was updated successfully, but these errors were encountered: