Currently, debug links need to be shared in a public channel or sent to an admin/supporter via direct message (who then forwards it to internal channels). It would make sense transfer that part of work to the bot.
Scenario
- User creates debug report.
- User shares the link with the butler.
- The butler shares the link in internal channels.
Technical details
- The bot is active on multiple servers. If the bot and the user only have one server in common, it's clear where the message should go to.
- If the user and the bot share multiple servers
- One could send it to one server and forward it to the correct one from there.
- The bot could analyze the link, and send the message to the server that coveres the plugin from which the report was created.
- The second solution is probably more work to implement, but less work afterwards.
Currently, debug links need to be shared in a public channel or sent to an admin/supporter via direct message (who then forwards it to internal channels). It would make sense transfer that part of work to the bot.
Scenario
Technical details