[commands] Fixed extra "only" in dm_only docs

This commit is contained in:
Dante Dam 2019-05-19 20:04:42 -07:00
parent 964b97aa30
commit 92731bbf5f

View File

@ -1516,7 +1516,7 @@ def bot_has_permissions(**perms):
def dm_only():
"""A :func:`.check` that indicates this command must only be used in a
DM context only. Only private messages are allowed when
DM context. Only private messages are allowed when
using the command.
This check raises a special exception, :exc:`.PrivateMessageOnly`