Skip to content
Snippets Groups Projects
Unverified Commit 053be667 authored by tec's avatar tec
Browse files

Ooops2, forgot to add !clear command

parent 345e8711
No related merge requests found
File moved
......@@ -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),
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment