[commands] Add missing backtick for is_nsfw docs

This commit is contained in:
Dante Dam 2019-05-17 15:23:34 -07:00
parent aadb6953ff
commit 1fac7a7e71

View File

@ -1573,7 +1573,7 @@ def is_nsfw():
.. versionchanged:: 1.1.0 .. versionchanged:: 1.1.0
Raise :exc:`.NSFWChannelRequired instead of generic :exc:`.CheckFailure`. Raise :exc:`.NSFWChannelRequired` instead of generic :exc:`.CheckFailure`.
DM channels will also now pass this check. DM channels will also now pass this check.
""" """
def pred(ctx): def pred(ctx):