浏览代码

fixed typo in documentation.

tags/v2.0.2
Roxie Gibson 5 年前
父节点
当前提交
0b906c439c
共有 2 个文件被更改,包括 2 次插入2 次删除
  1. +1
    -1
      docs/commands.md
  2. +1
    -1
      roxbot/cogs/nsfw.py

+ 1
- 1
docs/commands.md 查看文件

@@ -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 查看文件

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

正在加载...
取消
保存