change: use millisecond precision by default
this is More Precise and will allow us to handle ratelimits Much Easier
This commit is contained in:
@@ -151,6 +151,6 @@ namespace Discord
|
||||
/// <returns>
|
||||
/// The currently set <see cref="RateLimitPrecision"/>.
|
||||
/// </returns>
|
||||
public RateLimitPrecision RateLimitPrecision { get; set; } = RateLimitPrecision.Second;
|
||||
public RateLimitPrecision RateLimitPrecision { get; set; } = RateLimitPrecision.Millisecond;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user