Skip to content

Commit

Permalink
[WarnSystem] Typo
Browse files Browse the repository at this point in the history
  • Loading branch information
laggron42 committed Aug 16, 2020
1 parent bbf0b38 commit 0cd05f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion warnsystem/automod.py
Original file line number Diff line number Diff line change
Expand Up @@ -534,7 +534,7 @@ async def automod_antispam_enable(self, ctx: commands.Context, enable: bool = No
"WarnSystem's antispam feature will make your text channels cleaner by "
"removing and warning members sending undesired content.\n\n"
"Antispam is currently **{status}**.\n"
"{status_change} it with `{prefix}automod antispam {setting}`."
"{status_change} it with `{prefix}automod antispam enable {setting}`."
).format(
prefix=ctx.clean_prefix,
status=status,
Expand Down

0 comments on commit 0cd05f0

Please sign in to comment.