Came across a bug where Flowbots weren't being identified as bots. This is mostly an API issue, as retrieving a team's member list from https://www.guilded.gg/api/teams/{teamid}/members doesn't tag them as a bot for whatever reason.
The solution I came up with was to fix that later in the flowbot discovery section. Whether this is a good approach or not is debatable. The better option would be to request the API to be updated.
Discovery
Was testing to see if bots could activate other bot's commands and it turned out they could
Root cause of the issue was found through that
Explanation
Came across a bug where Flowbots weren't being identified as bots. This is mostly an API issue, as retrieving a team's member list from
https://www.guilded.gg/api/teams/{teamid}/members
doesn't tag them as a bot for whatever reason.The solution I came up with was to fix that later in the flowbot discovery section. Whether this is a good approach or not is debatable. The better option would be to request the API to be updated.
Discovery
Was testing to see if bots could activate other bot's commands and it turned out they could Root cause of the issue was found through that