fix: carry over send embed permission when sending [skip ci]
This commit is contained in:
@@ -70,7 +70,7 @@ pub async fn message_send(
|
|||||||
data,
|
data,
|
||||||
v0::MessageAuthor::User(&author),
|
v0::MessageAuthor::User(&author),
|
||||||
idempotency,
|
idempotency,
|
||||||
true,
|
permissions.has_channel_permission(ChannelPermission::SendEmbeds),
|
||||||
)
|
)
|
||||||
.await?
|
.await?
|
||||||
.into(),
|
.into(),
|
||||||
|
|||||||
Reference in New Issue
Block a user