Skip to content

Commit

Permalink
Fix typo again
Browse files Browse the repository at this point in the history
  • Loading branch information
DRSchlaubi authored Aug 26, 2024
1 parent a007477 commit 593d003
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ public class UserMessageCreateBuilder : AbstractMessageCreateBuilder(), RequestB
stickerIds = _stickerIds.mapCopy(),
attachments = _attachments.mapList { it.toRequest() },
flags = buildMessageFlags(flags, suppressEmbeds, suppressNotifications),
enforceNonce = _enforeceNonce,
enforceNonce = _enforceNonce,
),
files = files.toList(),
)
Expand Down

0 comments on commit 593d003

Please sign in to comment.