/// <summary>
 ///     This is fired when the user clicks on the emoji.
 /// </summary>
 public virtual async Task DoAction()
 {
     if (Settings.ActionCommandAttribute.DeleteMenu)
     {
         await MenuMessage.DeleteAsync();
     }
 }