From 6aa03566b3319485ff90eb50e9ac3a7a5571908f Mon Sep 17 00:00:00 2001 From: duke dennis Date: Sat, 16 Nov 2024 20:55:34 +0000 Subject: [PATCH] fix betterfart2 Signed-off-by: duke dennis --- index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.ts b/index.ts index e22088e..d1c8dc3 100644 --- a/index.ts +++ b/index.ts @@ -56,7 +56,7 @@ export default definePlugin({ const user = UserStore.getCurrentUser(); return { - content: `My dear fellow Discord user <@${args[0].value}>, would you be so kind as to, in due course, without interrupting or interfering with your normal duties, emit a toot in my general direction? I would greatly appreciate it. I look forward to a reply at your earliest convenience. Kind regards, <@${user.id}>` + content: `My dear fellow Discord user <@${args[0].value}>,\n\nWould you be so kind as to, in due course, without interrupting or interfering with your normal duties, emit a toot in my general direction? I would greatly appreciate it.\n\nI look forward to a reply at your earliest convenience.\n\nKind regards,\n<@${user.id}>` }; } },