コード例 #1
0
 /// <inheritdoc />
 public Task AddBanAsync(IUser user, int pruneDays = 0, string reason = null, RequestOptions options = null)
 => RestGuild.AddBanAsync(user, pruneDays, reason, options);