diff --git a/youmubot-osu/src/discord/commands.rs b/youmubot-osu/src/discord/commands.rs index e1233b3..f82b684 100644 --- a/youmubot-osu/src/discord/commands.rs +++ b/youmubot-osu/src/discord/commands.rs @@ -23,7 +23,9 @@ use serenity::all::User; "ranks", "leaderboard", "clear_cache" - ) + ), + install_context = "Guild|User", + interaction_context = "Guild|BotDm|PrivateChannel" )] pub async fn osu(_ctx: CmdContext<'_, U>) -> Result<()> { Ok(())