From fd9f3a507ddf8c97afd027d67194020de3250f00 Mon Sep 17 00:00:00 2001 From: Natsu Kagami Date: Fri, 3 Jan 2025 14:10:55 +0100 Subject: [PATCH] Explicitly install osu as all contexts --- youmubot-osu/src/discord/commands.rs | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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(())