feat: reintroduce support onboarding
Signed-off-by: seth <getchoo@tuta.io>
This commit is contained in:
parent
368b5e0cb0
commit
604a81fb44
2 changed files with 46 additions and 0 deletions
|
@ -6,6 +6,7 @@ use poise::{Event, FrameworkContext};
|
|||
|
||||
mod delete;
|
||||
mod eta;
|
||||
mod support_onboard;
|
||||
|
||||
pub async fn handle(
|
||||
ctx: &Context,
|
||||
|
@ -30,6 +31,8 @@ pub async fn handle(
|
|||
|
||||
Event::ReactionAdd { add_reaction } => delete::handle(ctx, add_reaction).await?,
|
||||
|
||||
Event::ThreadCreate { thread } => support_onboard::handle(ctx, thread).await?,
|
||||
|
||||
_ => {}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue