aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--discord/ext/commands/core.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/discord/ext/commands/core.py b/discord/ext/commands/core.py
index 3441bf60..c5d4f291 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):