aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--bot/cogs/reminders.py5
1 files changed, 4 insertions, 1 deletions
diff --git a/bot/cogs/reminders.py b/bot/cogs/reminders.py
index f39ad856a..ff803baf8 100644
--- a/bot/cogs/reminders.py
+++ b/bot/cogs/reminders.py
@@ -57,7 +57,10 @@ class Reminders(Scheduler, Cog):
@staticmethod
async def _send_confirmation(
- ctx: Context, on_success: str, reminder_id: str, delivery_dt: Optional[datetime]
+ ctx: Context,
+ on_success: str,
+ reminder_id: str,
+ delivery_dt: Optional[datetime],
) -> None:
"""Send an embed confirming the reminder change was made successfully."""
embed = Embed()