Initial python groundwork
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user