A Go-based Discord bot that monitors chat messages for specified keywords and conditions, issuing automated warnings to maintain a respectful and safe chat environment
MIT License
1
stars
0
forks
source link
feat: add ability to only trigger on new members #23
This pull request allows users to omit messages from users who are longer in the community than a specific number of days. Users can use the omit_members_older_than_days config variable to do this.
This pull request allows users to omit messages from users who are longer in the community than a specific number of days. Users can use the
omit_members_older_than_days
config variable to do this.