Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: Sentiment Analyzer #18

Merged
merged 10 commits into from
Aug 11, 2024
4 changes: 4 additions & 0 deletions example.config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,15 @@ noreplylist = "data/noreplyusers.json"
neverreplylist = "data/neverreplyusers.json"
allowedchannels = "data/allowedchannels.json"
allowedusers = "data/allowedusers.json"
sentiment-analysis-ratio = 1 # Higher means less messages are checked, 1 means all are checked
sentiment-analysis-cache = 50 # How many messages to check before warning moderators

[channels]
report-users-channel-id = 123456789 # Replace me!
playtesters-channel-id = 123456789 # Replace me!
thunderstore-releases-channel-id = 123456789 # Replace me!
sentiment-analysis-channels = [123456789] # Replace me!
sentiment-analysis-warn-channel = 123456789 # Replace me!

[tokens]
discord = "REPLACE-ME"
Expand Down
Loading