示例#1
0
 /// <inheritdoc />
 public async Task <IBan> GetBanAsync(IUser user, RequestOptions options = null)
 => await RestGuild.GetBanAsync(user, options);
示例#2
0
 /// <inheritdoc />
 public async Task <IBan> GetBanAsync(ulong userId, RequestOptions options = null)
 => await RestGuild.GetBanAsync(userId, options);