fix logic error that was causing panic

daddy
Elfein Landers 2022-01-25 17:18:55 -08:00
parent 6df6577967
commit 98c27bdf99
1 changed files with 1 additions and 5 deletions

View File

@ -48,11 +48,7 @@ macro_rules! create_embed {
])
.url(format![
"https://discord.com/channels/{}/{}/{}",
replied_to
.guild_id
.expect("Really unsure how we got here, but we're here."),
replied_to.channel_id,
replied_to.id
$message.channel_id, replied_to.channel_id, replied_to.id
]);
}
#[allow(clippy::invisible_characters)]