Initial python groundwork

This commit is contained in:
2023-07-27 22:45:53 -04:00
parent dc44c47df1
commit e80ad9680a
4 changed files with 12 additions and 2 deletions

View File

@@ -45,7 +45,6 @@ impl EventHandler for Handler {
}
Err(_) => false
};
// let has_bot = msg.channel_id.get_thread_members(&ctx.http).await.unwrap().contains(ctx.cache.current_user_id().0);
if mentioned || bot_in_thread {
commands::oai::generate_response(&ctx, &msg, oai, &self.pool).await;
}