Example #1
0
 /// <inheritdoc />
 public async Task <IRestTextChannel> GetSystemChannelAsync(RequestOptions options = null)
 => (await RestGuild.GetSystemChannelAsync(options))
 .Abstract();