Skip to content

Commit

Permalink
Embed field -> Embed Description
Browse files Browse the repository at this point in the history
  • Loading branch information
Scotsguy committed Mar 16, 2020
1 parent 5a02ecd commit 2fca121
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/commands.rs
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ macro_rules! static_text_command {
m.embed(|e| {
e.title($title);
e.colour(Colour::DARK_TEAL);
e.field(":question:", $message, false);
e.description($message);
e.footer(|f| {
f.icon_url("https://cdn.discordapp.com/emojis/280120125284417536.png?v=1")
})
Expand Down

0 comments on commit 2fca121

Please sign in to comment.