diff --git a/discord/ext/commands/core.py b/discord/ext/commands/core.py index 3441bf60c..c5d4f2918 100644 --- a/discord/ext/commands/core.py +++ b/discord/ext/commands/core.py @@ -1440,6 +1440,8 @@ def dm_only(): This check raises a special exception, :exc:`.PrivateMessageOnly` that is inherited from :exc:`.CheckFailure`. + + .. versionadded:: 1.1.0 """ def predicate(ctx):