Skip to content

Commit

Permalink
Merge pull request python-discord#1653 from python-discord/correct-co…
Browse files Browse the repository at this point in the history
…nstant-name

Use the correct constant name for deleteing after a delay
  • Loading branch information
mbaruh authored Jun 20, 2021
2 parents 977327b + 9a0ccf9 commit b2b9fa9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bot/exts/help_channels/_cog.py
Original file line number Diff line number Diff line change
Expand Up @@ -594,7 +594,7 @@ async def notify_session_participants(self, message: discord.Message) -> None:
await bot_commands_channel.send(
f"{message.author.mention} {constants.Emojis.cross_mark} "
"To receive updates on help channels you're active in, enable your DMs.",
delete_after=RedirectOutput.delete_after
delete_after=RedirectOutput.delete_delay
)
return

Expand Down

0 comments on commit b2b9fa9

Please sign in to comment.