suppressMessageEmbeds abstract method

Future<IMessage> suppressMessageEmbeds(
  1. Snowflake channelId,
  2. Snowflake messageId
)

Removes all embeds from given message

Implementation

Future<IMessage> suppressMessageEmbeds(Snowflake channelId, Snowflake messageId);