From 8454239a988f8e05e68dc0a0b2ccadc810d27045 Mon Sep 17 00:00:00 2001 From: jack1142 <6032823+jack1142@users.noreply.github.com> Date: Mon, 3 Feb 2020 22:14:19 +0100 Subject: [PATCH] [Mod] Fix shorthelp for `[p]modset dm` (#3488) * Update settings.py * Update settings.py * Create 3488.misc.rst * Update settings.py --- changelog.d/mod/3488.misc.rst | 1 + redbot/cogs/mod/settings.py | 3 +-- 2 files changed, 2 insertions(+), 2 deletions(-) create mode 100644 changelog.d/mod/3488.misc.rst diff --git a/changelog.d/mod/3488.misc.rst b/changelog.d/mod/3488.misc.rst new file mode 100644 index 000000000..f85079e47 --- /dev/null +++ b/changelog.d/mod/3488.misc.rst @@ -0,0 +1 @@ +Fix incomplete short help of ``[p]modset dm`` command. diff --git a/redbot/cogs/mod/settings.py b/redbot/cogs/mod/settings.py index 3da4833db..24dfc7fc9 100644 --- a/redbot/cogs/mod/settings.py +++ b/redbot/cogs/mod/settings.py @@ -215,8 +215,7 @@ class ModSettings(MixinMeta): @modset.command() @commands.guild_only() async def dm(self, ctx: commands.Context, enabled: bool = None): - """Toggle whether to send a message to a user when they are - kicked/banned. + """Toggle whether a message should be sent to a user when they are kicked/banned. If this option is enabled, the bot will attempt to DM the user with the guild name and reason as to why they were kicked/banned.