lint: refactor SlowMode -> SlowModeInterval
this was the name change i always wanted
This commit is contained in:
@@ -11,6 +11,6 @@ namespace Discord.API.Rest
|
||||
[JsonProperty("nsfw")]
|
||||
public Optional<bool> IsNsfw { get; set; }
|
||||
[JsonProperty("rate_limit_per_user")]
|
||||
public Optional<int> SlowMode { get; set; }
|
||||
public Optional<int> SlowModeInterval { get; set; }
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user