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
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.
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: