Browse Source

Update RequestOptions.cs

pull/1170/head
Adomix GitHub 7 years ago
parent
commit
60a60bce92
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      src/Discord.Net.Core/RequestOptions.cs

+ 1
- 0
src/Discord.Net.Core/RequestOptions.cs View File

@@ -22,6 +22,7 @@ namespace Discord
internal bool IgnoreState { get; set; }
internal string BucketId { get; set; }
internal bool IsClientBucket { get; set; }
internal bool IsReactionBucket { get; set; }

internal static RequestOptions CreateOrClone(RequestOptions options)
{


Loading…
Cancel
Save