Esempio n. 1
0
 /// <inheritdoc />
 public async Task <IRestTextChannel> GetTextChannelAsync(ulong id, RequestOptions options = null)
 => (await RestGuild.GetTextChannelAsync(id, options))
 ?.Abstract();