Skip to content

Commit

Permalink
Update src/providers/discord.ts
Browse files Browse the repository at this point in the history
Co-authored-by: Wan <[email protected]>
  • Loading branch information
ChaituVR and wa0x6e authored Mar 4, 2024
1 parent 37ddc87 commit 1a20050
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/providers/discord.ts
Original file line number Diff line number Diff line change
Expand Up @@ -262,7 +262,7 @@ async function snapshotSelectEventsCommandHandler(interaction) {
}
await i
.update({
content: `Success! You will notified for events ${selection
content: `Success! You will be notified for events ${selection
.map(a => `\`${a}\``)
.join(', ')}`,
components: [],
Expand Down

0 comments on commit 1a20050

Please sign in to comment.