fix betterfart2

Signed-off-by: duke dennis <duke@splt.dev>
This commit is contained in:
duke dennis 2024-11-16 20:55:34 +00:00
parent 653c8479c8
commit 6aa03566b3
Signed by: duke
GPG key ID: A069D884579D2915

View file

@ -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}>`
};
}
},