Renamed commands/Command to plugin/Plugin.

This commit is contained in:
Micheal Smith
2025-11-14 07:19:28 -06:00
parent 70de039610
commit 30e2d9a448
4 changed files with 24 additions and 24 deletions

View File

@@ -9,10 +9,10 @@ use tracing::{Level, info};
use tracing_subscriber::FmtSubscriber;
pub mod chat;
pub mod commands;
pub mod event;
pub mod event_manager;
pub mod ipc;
pub mod plugin;
pub mod qna;
pub mod setup;