ソースを参照

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

読み込み中…
キャンセル
保存