From 015404b01c00f6082b3b7a14046e26a3a291b905 Mon Sep 17 00:00:00 2001 From: Rapptz Date: Fri, 12 Apr 2019 03:20:06 -0400 Subject: [PATCH] [commands] Add versionadded to dm_only --- discord/ext/commands/core.py | 2 ++ 1 file changed, 2 insertions(+) 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):