Curious, before I attempt to code this, is it possible to have two bots communicate with each other by means of !points? I understand there is a Relay module but not exactly sure what it is capable of.
Say Bot 1 is being run by Guild 1, Bot 2 is being run by Guild 2. Guild 1 and Guild 2 are allies and have similar points structure. When Guild 1 completes a 50 points raid, all of the members who raided will get 50 points as a result. Member Bob types !points and it resulted 650 points.
Member Bob wants to raid with Guild 2. Since both of the bots are in constant communication with each other, Guild 2 completes the raid and updates the points system. Every member in the raid gets 50 points. Member Bob types !points and it resulted 700 points.
Bot 1 and Bot 2 keeps track of Member Bob's points. When Bob loses points, Bot 1 and Bot 2 acknowledges this.
Does Bot Relay have this feature?