Skip to content
This repository has been archived by the owner on Jan 31, 2022. It is now read-only.

Commit

Permalink
fix: security of allowed mentions
Browse files Browse the repository at this point in the history
  • Loading branch information
iRebbok committed Jun 4, 2020
1 parent f537567 commit 0be3533
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/DSharp4Webhook/Core/Enums/AllowedMention.cs
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ public enum AllowedMention
/// <summary>
/// Prohibits any mentions.
/// </summary>
NONE = -1,
NONE = 0,
/// <summary>
/// Allows roles to be mentioned.
/// </summary>
Expand Down

0 comments on commit 0be3533

Please sign in to comment.