Skip to content

Commit cdf032b

Browse files
Techbot121Meta Construct
authored andcommitted
I just know someone will complain
1 parent cd6e0b9 commit cdf032b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/services/discord/modules/webhook-handler.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -622,7 +622,7 @@ export default async (bot: DiscordBot): Promise<void> => {
622622

623623
container.addTextDisplayComponents({
624624
type: Discord.ComponentType.TextDisplay,
625-
content: `### [${payload.sender.login}](${payload.sender.html_url}) wants to add/change ${payload.pull_request.changed_files} sounds:\n${Array.from(
625+
content: `### [${payload.sender.login}](${payload.sender.html_url}) wants to add/change ${payload.pull_request.changed_files} sound${changedFiles.size > 1 ? "s" : ""}:\n${Array.from(
626626
changedFiles
627627
)
628628
.map(formatSounds)

0 commit comments

Comments
 (0)