From 4c804b3a85e2eee6dffc5a2bf0545814aaa12b95 Mon Sep 17 00:00:00 2001 From: Cara Salter Date: Sun, 16 Jan 2022 13:30:47 -0500 Subject: rroles: Implement add and del Also abstract updating the menu into its own function --- src/main.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/main.rs') diff --git a/src/main.rs b/src/main.rs index 4698fb1..bfd39c7 100644 --- a/src/main.rs +++ b/src/main.rs @@ -70,7 +70,7 @@ async fn main() { commands::osu::osup(), commands::osu::osubm(), poise::Command { - subcommands: vec![commands::reactionroles::init()], + subcommands: vec![commands::reactionroles::init(), commands::reactionroles::add(), commands::reactionroles::del(),], ..commands::reactionroles::rroles() }, ], -- cgit v1.2.3