aboutsummaryrefslogtreecommitdiff
path: root/src/tasks/feature/handleReminders.ts
diff options
context:
space:
mode:
Diffstat (limited to 'src/tasks/feature/handleReminders.ts')
-rw-r--r--src/tasks/feature/handleReminders.ts3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/tasks/feature/handleReminders.ts b/src/tasks/feature/handleReminders.ts
index 7863c9a..1e44083 100644
--- a/src/tasks/feature/handleReminders.ts
+++ b/src/tasks/feature/handleReminders.ts
@@ -29,7 +29,8 @@ export default class HandlerRemindersTask extends BushTask {
void this.client.users
.send(
entry.user,
- `The reminder you set ${dateDelta(entry.created)} ago has expired: ${format.bold(entry.content)}\n${entry.messageUrl}`
+ `The reminder you set ${dateDelta(entry.created)} ago has expired: ${format.bold(entry.content)}
+${entry.messageUrl}`
)
.catch(() => false);
void entry.update({ notified: true });