mirror of
https://github.com/Cog-Creators/Red-DiscordBot.git
synced 2025-12-05 17:02:32 -05:00
Allow force enabling app commands using flag in extras (#6018)
This commit is contained in:
@@ -4168,7 +4168,14 @@ slash list
|
||||
**Description**
|
||||
|
||||
List the slash commands the bot can see, and whether or not they are enabled.
|
||||
|
||||
This command shows the state that will be changed to when ``[p]slash sync`` is run.
|
||||
Commands from the same cog are grouped, with the cog name as the header.
|
||||
|
||||
The prefix denotes the state of the command:
|
||||
- Commands starting with ``- `` have not yet been enabled.
|
||||
- Commands starting with ``+ `` have been manually enabled.
|
||||
- Commands starting with ``++`` have been enabled by the cog author, and cannot be disabled.
|
||||
|
||||
.. _core-command-slash-sync:
|
||||
|
||||
@@ -4330,4 +4337,4 @@ uptime
|
||||
|
||||
**Description**
|
||||
|
||||
Shows Red's uptime.
|
||||
Shows Red's uptime.
|
||||
Reference in New Issue
Block a user