Beispiel #1
0
 /// <summary> Gets all active (non-expired) invites to this server. </summary>
 public async Task <IEnumerable <Invite> > GetInvites()
 => (await Server.GetInvites().ConfigureAwait(false)).Where(x => x.Channel.Id == Id);