From 2356d2c44736fb83021dacb551625852111c8ce6 Mon Sep 17 00:00:00 2001 From: IRONM00N <64110067+IRONM00N@users.noreply.github.com> Date: Thu, 18 Aug 2022 22:42:12 -0400 Subject: restructure, experimental presence and member automod, fixed bugs probably made some more bugs --- src/tasks/feature/handleReminders.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/tasks/feature/handleReminders.ts') 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 }); -- cgit