From 525dd6048a5cd9232d87aadd5d3d36bcebd7668c Mon Sep 17 00:00:00 2001 From: Nikolay <59023595+kolya112@users.noreply.github.com> Date: Sat, 10 Sep 2022 11:03:14 +0300 Subject: [PATCH] [Docs] Context menu of slash commands supported on mobile (#2459) --- docs/guides/int_basics/application-commands/intro.md | 3 --- 1 file changed, 3 deletions(-) diff --git a/docs/guides/int_basics/application-commands/intro.md b/docs/guides/int_basics/application-commands/intro.md index f55d0a2fc..a59aca8f2 100644 --- a/docs/guides/int_basics/application-commands/intro.md +++ b/docs/guides/int_basics/application-commands/intro.md @@ -18,9 +18,6 @@ The name and description help users find your command among many others, and the Message and User commands are only a name, to the user. So try to make the name descriptive. They're accessed by right clicking (or long press, on mobile) a user or a message, respectively. -> [!IMPORTANT] -> Context menu commands are currently not supported on mobile. - All three varieties of application commands have both Global and Guild variants. Your global commands are available in every guild that adds your application. You can also make commands for a specific guild; they're only available in that guild.