Skip to content

Commit

Permalink
Change report text
Browse files Browse the repository at this point in the history
  • Loading branch information
Reselim committed Dec 29, 2024
1 parent 529b7e7 commit fb4d403
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -179,8 +179,9 @@ client.on(Events.InteractionCreate, async (interaction) => {

await channel.send({
content: [
`from ${interaction.user.toString()}`,
`> ${details}`,
"",
`from ${interaction.user.toString()}`,
`**\n**`, // spacing hack
].join("\n"),

Expand Down

0 comments on commit fb4d403

Please sign in to comment.