fix(channels): correct indentation of attachments field in discord channel
The attachments field was indented at 20 spaces instead of 24, misaligned with the surrounding struct fields in the ChannelMessage literal.
This commit is contained in:
parent
e3c53e2139
commit
7444a63670
@ -799,7 +799,7 @@ impl Channel for DiscordChannel {
|
||||
.as_secs(),
|
||||
thread_ts: None,
|
||||
interruption_scope_id: None,
|
||||
attachments: vec![],
|
||||
attachments: vec![],
|
||||
};
|
||||
|
||||
if tx.send(channel_msg).await.is_err() {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user