This commit is contained in:
Agatha Rose 2020-05-19 13:06:38 +00:00
parent eea204743a
commit 43b3513e48
1 changed files with 1 additions and 1 deletions

View File

@ -495,7 +495,7 @@ fn sausage(ctx: &mut Context, message: &Message) -> CommandResult {
m.embed(|e| { m.embed(|e| {
e e
.title("Dongle!") .title("Dongle!")
.image("https://cdn.discordapp.com/attachments/379673147764506624/431546724637736971/image.png") .image("https://cdn.discordapp.com/attachments/689023662489468966/712283397015470120/26029881886330_4.gif")
}) })
}); });
Ok(()) Ok(())