Ver código fonte

fixed typo in documentation.

tags/v2.0.2
Roxie Gibson 5 anos atrás
pai
commit
0b906c439c
2 arquivos alterados com 2 adições e 2 exclusões
  1. +1
    -1
      docs/commands.md
  2. +1
    -1
      roxbot/cogs/nsfw.py

+ 1
- 1
docs/commands.md Ver arquivo

@@ -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 Ver arquivo

@@ -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
"""

Carregando…
Cancelar
Salvar