From fa090bf8a0ab15774e9a6aff03b92b05a8cea4ff Mon Sep 17 00:00:00 2001 From: Nikolay <59023595+kolya112@users.noreply.github.com> Date: Fri, 9 Sep 2022 14:25:20 +0300 Subject: [PATCH] Update intro.md --- 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.