Skip to content
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions src/server/serve.ts
Original file line number Diff line number Diff line change
Expand Up @@ -191,6 +191,12 @@
content: `${appeal.Username} (${appeal.Discord_ID})`,
type: 10,
},
{
custom_id: "copy_id",

Check warning on line 195 in src/server/serve.ts

View workflow job for this annotation

GitHub Actions / Lint and Test (22.x)

Object Literal Property name `custom_id` must match one of the following formats: camelCase
label: "Copy id!",
style: 1,
type: 2,
},
],
spoiler: false,
type: 17,
Expand Down
Loading