コード例 #1
0
 /// <summary>
 /// Removes the actual reactions from the message.
 /// </summary>
 public void RemoveReactions()
 {
     Message.RemoveReactionsAsync(DiscordBotBaseHelper.CurrentBot.Client.CurrentUser, new IEmote[] { new Emoji(Constants.ACCEPT_EMOJI), new Emoji(Constants.DENY_EMOJI) }).Wait();
 }