コード例 #1
0
ファイル: DiscordMessage.cs プロジェクト: skizap/Anarchy
 public async Task PinAsync()
 {
     await Channel.PinMessageAsync(Id);
 }