예제 #1
0
 /// <summary>
 /// Sets an embed to be sent with the message.
 /// </summary>
 public CreateMessageOptions SetEmbed(EmbedOptions embed)
 {
     Embed = embed;
     return(this);
 }
예제 #2
0
 /// <summary>
 /// Sets the embed within the message.
 /// </summary>
 public EditMessageOptions SetEmbed(EmbedOptions embed)
 {
     Embed = embed;
     return(this);
 }