Replies: 2 comments 1 reply
-
I've hesitated adding this since you can already disable DMs by using I'll probably add this soon, just have to figure out some small details. Thanks for the suggestion! |
Beta Was this translation helpful? Give feedback.
0 replies
-
Done - 714e195 |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
It would be great to have an option to block DMs. On my server, a lot of people have started sending unsolicited messages directly to the bot via DMs instead of writing in the server channels.
Here’s an example of how this could be implemented:
In llmcord.py:
In config.yaml:
This approach checks the allowed_dms configuration and only processes DMs if it's enabled. It can help reduce unwanted bot interactions in private messages.
Thank you for considering this suggestion!
Beta Was this translation helpful? Give feedback.
All reactions