|
|
@@ -30,8 +30,11 @@ namespace Discord.Interactions |
|
|
|
public RunMode RunMode { get; } |
|
|
|
|
|
|
|
/// <summary> |
|
|
|
/// Gets or sets whether the <see cref="CustomId"/> should be treated as a raw Regex pattern. |
|
|
|
/// Gets or sets whether the <see cref="CustomId"/> should be treated as a raw Regex pattern. |
|
|
|
/// </summary> |
|
|
|
/// <remarks> |
|
|
|
/// <see langword="false"/> defaults to the pattern used before 3.9.0. |
|
|
|
/// </remarks> |
|
|
|
public bool TreatAsRegex { get; set; } = false; |
|
|
|
|
|
|
|
/// <summary> |
|
|
|