Skip to content

Commit

Permalink
fix: custom.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
Dominik K committed Dec 4, 2023
1 parent c318f1d commit a0d4288
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/commands/settings/custom.ts
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ const command: ChatInputCommand = {
.setColor("#0598F4")
.setDescription(
`${
generativeText?.value === false
!generativeText.value
? `${client.translation.get(
guildDb?.language,
"wyCustom.success.embedAdd.descAccept",
Expand Down

0 comments on commit a0d4288

Please sign in to comment.