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