lint: refactor SlowMode -> SlowModeInterval
this was the name change i always wanted
This commit is contained in:
@@ -156,7 +156,7 @@ namespace Discord.Rest
|
||||
{
|
||||
CategoryId = props.CategoryId,
|
||||
Topic = props.Topic,
|
||||
IsNsfw = props.IsNsfw
|
||||
IsNsfw = props.IsNsfw,
|
||||
};
|
||||
var model = await client.ApiClient.CreateGuildChannelAsync(guild.Id, args, options).ConfigureAwait(false);
|
||||
return RestTextChannel.Create(client, guild, model);
|
||||
|
||||
Reference in New Issue
Block a user