Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@BetterProgramming
Created March 23, 2020 14:52
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save BetterProgramming/8d084479443dafb6c1e56b316f225cc2 to your computer and use it in GitHub Desktop.
Save BetterProgramming/8d084479443dafb6c1e56b316f225cc2 to your computer and use it in GitHub Desktop.
msg.channel_id.send_message(&ctx.http, |m | {
m.embed(|e | {
e.title("This is an embed!");
e.description("This is a description of the embed!");
return e;
});
return m;
}
);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment