feat: log analysis
Signed-off-by: seth <getchoo@tuta.io>
This commit is contained in:
parent
026d4cb607
commit
c6f4295d6a
18 changed files with 487 additions and 20 deletions
|
@ -5,6 +5,7 @@ use log::*;
|
|||
use poise::serenity_prelude::{Activity, Context, OnlineStatus};
|
||||
use poise::{Event, FrameworkContext};
|
||||
|
||||
mod analyze_logs;
|
||||
mod delete_on_reaction;
|
||||
mod eta;
|
||||
mod expand_link;
|
||||
|
@ -52,6 +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?;
|
||||
}
|
||||
|
||||
Event::MessageDelete {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue