CactusDev / CactusBot

An open source, community-written service-agnostic chat bot
MIT License
30 stars 6 forks source link

Add filter for D.va #201

Closed Innectic closed 7 years ago

Innectic commented 7 years ago

Fixes #198

2Cubed commented 7 years ago

We should not hardcode things like this.

Instead, the API should store a list of whitelisted (and blacklisted) texts that the bot uses in a similar method of checking. Then, when we need to add or remove whitelists/blacklists, we simply make a HTTP request, and Sepal distributes the updated list to bots without the need for even a restart.