fix betterfart2
Signed-off-by: duke dennis <duke@splt.dev>
This commit is contained in:
parent
653c8479c8
commit
6aa03566b3
1 changed files with 1 additions and 1 deletions
2
index.ts
2
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}>`
|
||||
};
|
||||
}
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue