RKochenderfer / BruhBot

Custom discord bot
Apache License 2.0
1 stars 0 forks source link

Extract message checker target strings to db #38

Closed RKochenderfer closed 1 year ago

RKochenderfer commented 1 year ago

Extract target strings for the message checker to be moved to env file to allow for quick changes.

RKochenderfer commented 1 year ago

It might be better to use the mongo database instead of the env file

RKochenderfer commented 1 year ago

Make sure that these are cashed to reduce database hits. Probably have the values cached and only updated on creation or cache miss.

RKochenderfer commented 1 year ago

Adding, removing, and modifying these phrases should be restricted to Admin-only personnel.