aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar S. Co1 <[email protected]>2020-02-15 11:37:23 -0500
committerGravatar S. Co1 <[email protected]>2020-02-15 11:37:40 -0500
commitbad164b8af9e0db0d5d8b1beaa8f2e6e3fdc4799 (patch)
treec4db328b138039bdf65b21c4c703861d8a5b48d7
parentAdd "cancel" as a reminder delete alias (diff)
Add missed signature reformat from review
Co-Authored-By: Mark <[email protected]>
-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()