Compare commits

...

2 Commits

Author SHA1 Message Date
Elfein Landers c8ee19af6d Merge branch 'daddy' of https://git.ablecorp.us/elfein/mpsc_bot into daddy 2022-01-25 17:20:11 -08:00
Elfein Landers 98c27bdf99 fix logic error that was causing panic 2022-01-25 17:18:55 -08:00
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)]