Browse Source

fixed typo in documentation.

tags/v2.0.2
Roxie Gibson 5 years ago
parent
commit
0b906c439c
2 changed files with 2 additions and 2 deletions
  1. +1
    -1
      docs/commands.md
  2. +1
    -1
      roxbot/cogs/nsfw.py

+ 1
- 1
docs/commands.md View File

@@ -1221,7 +1221,7 @@ Example:
# Enabled NSFW commands
;nsfw enable
# Add "test" as a blacklisted tag
;nsfw addbagtag test
;nsfw addbadtag test
# Remove "Roxbot" as a blacklisted tag
;nsfw removebadtag Roxbot
```

+ 1
- 1
roxbot/cogs/nsfw.py View File

@@ -146,7 +146,7 @@ class NFSW():
# Enabled NSFW commands
;nsfw enable
# Add "test" as a blacklisted tag
;nsfw addbagtag test
;nsfw addbadtag test
# Remove "Roxbot" as a blacklisted tag
;nsfw removebadtag Roxbot
"""

Loading…
Cancel
Save