From 92731bbf5f24773c3b6a2a0488183896c1e0376e Mon Sep 17 00:00:00 2001 From: Dante Dam <37320033+laggycomputer@users.noreply.github.com> Date: Sun, 19 May 2019 20:04:42 -0700 Subject: [PATCH] [commands] Fixed extra "only" in dm_only docs --- discord/ext/commands/core.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/discord/ext/commands/core.py b/discord/ext/commands/core.py index 85ba2893f..a4ab3dce9 100644 --- a/discord/ext/commands/core.py +++ b/discord/ext/commands/core.py @@ -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`