the idea is that instead of having a weird hardcoded thing that sends things in the reporter channel the reporter channel will instead use an init command to 'subscribe' to it.
In practise:
$connection add dead_roles
then the bot will send info such as reporter info by running $connection send dead_roles "the information" which will effectively end up being the same but much more versatile.
This would also allow other roles to 'subscribe' to this information.
the idea is that instead of having a weird hardcoded thing that sends things in the reporter channel the reporter channel will instead use an init command to 'subscribe' to it. In practise: $connection add dead_roles
then the bot will send info such as reporter info by running $connection send dead_roles "the information" which will effectively end up being the same but much more versatile. This would also allow other roles to 'subscribe' to this information.