mirror of
https://github.com/Cog-Creators/Red-DiscordBot.git
synced 2025-11-06 03:08:55 -05:00
[Mod] Fix shorthelp for [p]modset dm (#3488)
* Update settings.py * Update settings.py * Create 3488.misc.rst * Update settings.py
This commit is contained in:
parent
64106c771a
commit
8454239a98
1
changelog.d/mod/3488.misc.rst
Normal file
1
changelog.d/mod/3488.misc.rst
Normal file
@ -0,0 +1 @@
|
||||
Fix incomplete short help of ``[p]modset dm`` command.
|
||||
@ -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.
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user