Improve `MANUAL_MODERATION_WARNING_MESSAGE_LOCATION` validation
Open
documentation
good first issue
- Dominant language
- Python
- Stars
- 1
- Forks
- 11
- Avg merge
- 20h 7m
- Merged PRs (30d)
- 2
Description
Currently we do not do any validation on input for this variable. A regex or other checks should be implemented to ensure that the channel name is valid. This will be tricky as it doesn't seem like discord have clear docs on what is considered valid.
Additionally, it's theoretically possible that a discord channel with the name "DM" exists, which could conflict with the default DM option. A note added to the documentation would likely be useful just to document this.
Contributor guide
Assessment
This issue has not been assessed yet.