Esempio n. 1
0
 /// <inheritdoc />
 public async Task <IRestGuildUser> GetCurrentUserAsync(RequestOptions options = null)
 => (await RestGuild.GetCurrentUserAsync(options))
 .Abstract();