smol bot
Diffstat (limited to 'src/bot/schematic.rs')
| -rw-r--r-- | src/bot/schematic.rs | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/src/bot/schematic.rs b/src/bot/schematic.rs index 11436b8..c79ac90 100644 --- a/src/bot/schematic.rs +++ b/src/bot/schematic.rs @@ -121,7 +121,10 @@ pub async fn with( } e.field("req", s, true) .title(name.clone()) - .footer(CreateEmbedFooter::new(format!("requested by {author}"))) + .footer( + CreateEmbedFooter::new(format!("requested by {author}")) + .icon_url(m.avatar), + ) .color(SUCCESS) }), ) |