From ebb381ad4e2e892192b716d7680ea097fb8a1e70 Mon Sep 17 00:00:00 2001 From: Natsu Kagami Date: Mon, 9 Dec 2019 16:30:49 -0500 Subject: [PATCH] Move choose to community --- youmubot/src/commands/community/mod.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/youmubot/src/commands/community/mod.rs b/youmubot/src/commands/community/mod.rs index 620e09b..f82b39f 100644 --- a/youmubot/src/commands/community/mod.rs +++ b/youmubot/src/commands/community/mod.rs @@ -33,6 +33,7 @@ group!({ Note that only online/idle users in the channel are chosen from."] #[usage = "[title = the chosen one]"] #[example = "the strongest in Gensokyo"] +#[bucket = "community"] #[max_args(1)] pub fn choose(ctx: &mut Context, m: &Message, mut args: Args) -> CommandResult { let title = if args.is_empty() {