analyze_logs: detect outdated launchers
This commit is contained in:
parent
2067697ff1
commit
a86bbfe0a9
4 changed files with 115 additions and 51 deletions
|
@ -53,7 +53,7 @@ pub async fn handle(
|
|||
|
||||
eta::handle(ctx, new_message).await?;
|
||||
expand_link::handle(ctx, new_message).await?;
|
||||
analyze_logs::handle(ctx, new_message).await?;
|
||||
analyze_logs::handle(ctx, new_message, data).await?;
|
||||
}
|
||||
|
||||
Event::MessageDelete {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue