From 43b3513e48cab42792435fa8b45161ead5ec8e60 Mon Sep 17 00:00:00 2001 From: Agatha Rose Date: Tue, 19 May 2020 13:06:38 +0000 Subject: [PATCH] sosij --- src/main.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.rs b/src/main.rs index 0fa714a..39567c5 100755 --- a/src/main.rs +++ b/src/main.rs @@ -495,7 +495,7 @@ fn sausage(ctx: &mut Context, message: &Message) -> CommandResult { m.embed(|e| { e .title("Dongle!") - .image("https://cdn.discordapp.com/attachments/379673147764506624/431546724637736971/image.png") + .image("https://cdn.discordapp.com/attachments/689023662489468966/712283397015470120/26029881886330_4.gif") }) }); Ok(())