mirror of
https://github.com/arthur-pbty/shadowbot.git
synced 2026-06-03 23:36:25 +02:00
add log events
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
use serenity::model::prelude::*;
|
||||
use serenity::prelude::*;
|
||||
|
||||
use crate::commands::logs_service;
|
||||
|
||||
pub async fn handle_integration_create(ctx: &Context, integration: &Integration) {
|
||||
logs_service::on_integration_create(ctx, integration).await;
|
||||
}
|
||||
Reference in New Issue
Block a user