コード例 #1
0
ファイル: IRestGuild.cs プロジェクト: Scott-Caldwell/MODiX
 /// <inheritdoc />
 public Task <IReadOnlyCollection <GuildEmote> > GetEmotesAsync(RequestOptions options = null)
 => RestGuild.GetEmotesAsync(options);