Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ self-loops and potential security exploits. Using a zero width space such as `\u
and `\u180E` in the beginning of each message also prevents your bot from
triggering other bots' commands. The Discord API also tells you if a user is a bot
(`bot` property on `User` objects -
[see the reference](https://discordapp.com/developers/docs/resources/user#user-object)).
[see the reference](https://discord.com/developers/docs/resources/user#user-object)).
3. **Keep NSFW features locked to NSFW channels**
All NSFW commands/features should only work in (Discord) NSFW-marked channels.
4. **Use mentioning the bot to help users.**
Expand Down