about summary refs log tree commit diff
path: root/src/main.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/main.rs')
-rw-r--r--src/main.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/main.rs b/src/main.rs
index 0909251..d02c9c1 100644
--- a/src/main.rs
+++ b/src/main.rs
@@ -155,6 +155,7 @@ async fn handle_event(event: Event, brain: Arc<Brain>) -> Result<(), Box<dyn Err
 					"about" => Commands::About,
 					"leaderboard" => Commands::Leaderboard,
 					"points" => Commands::Points,
+					"revise" => Commands::Revise,
 					"permission" => Commands::Permission,
 					"import" => Commands::Import,
 					_ => panic!("'{}' is not a command", cmd.name),