forked from sorceress/rustcord
sosij
This commit is contained in:
parent
266ad5e901
commit
043aa66328
|
@ -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(())
|
||||||
|
|
Loading…
Reference in New Issue