We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8e74bab commit 6ad9453Copy full SHA for 6ad9453
tux/cogs/utility/remindme.py
@@ -44,7 +44,6 @@ async def send_reminder(self, reminder: Reminder) -> None:
44
content=f"{user.mention} Failed to DM you, sending in channel",
45
embed=embed,
46
)
47
- return
48
49
else:
50
logger.error(
0 commit comments