diff --git a/state.db b/blank_state.db
similarity index 100%
rename from state.db
rename to blank_state.db
diff --git a/src/main.rs b/src/main.rs
index 295fcb6a4fc2760dcd2af8d3819ae3bb0d86e152..439e38e279472f7771f7a6637c45dd734207ebc0 100644
--- a/src/main.rs
+++ b/src/main.rs
@@ -60,6 +60,7 @@ impl EventHandler for Handler {
             "verify" => user_management::Commands::verify(ctx, msg.clone(), content),
             "profile" => user_management::Commands::profile(ctx, msg.clone(), content),
             "set" => user_management::Commands::set_info(ctx, msg.clone(), content),
+            "clear" => user_management::Commands::clear_info(ctx, msg.clone(), content),
             "move" => voting::Commands::move_something(ctx, msg.clone(), content),
             "motion" => voting::Commands::motion(ctx, msg.clone(), content),
             "poll" => voting::Commands::poll(ctx, msg.clone(), content),