ToogaInc / ToogaBooga

An open-source Realm of the Mad God Discord chat bot designed for advanced cross-verification, moderation, and raid management.
MIT License
8 stars 4 forks source link

show if a player is in a blacklisted guild #246

Open nyapat opened 1 year ago

nyapat commented 1 year ago

don't really want to add a command for this: Any way we can have the bot check to see if people we verify are in a blacklisted guild? Today we had the bot send the confirm veri panel and they were in a blacklisted guild so obv we dont want to verify them I think we could have a /ListBlacklistedGuilds /AddBlacklistedGuild /RemoveBlacklistedGuild then any time we try to manually verify or the bot automatically verifies it would check their guild against the ones we have added

could just do this during sending the manual verification message

ewang2002 commented 1 year ago

@nyapat Sorry, just saw this.

Any way we can have the bot check to see if people we verify are in a blacklisted guild?

We can just check if they're in a blacklisted guild during verification (the API gives you the guild property) and do something based on that.

Is that what you mean?

nyapat commented 1 year ago

We can just check if they're in a blacklisted guild during verification (the API gives you the guild property) and do something based on that.

yes waiting for blacklisted guild functionality in blacklist command to continue this, we don't have anything to compare to automatically in verification.