Allow force enabling app commands using flag in extras (#6018)

This commit is contained in:
Flame442
2023-04-14 17:59:21 -04:00
committed by GitHub
parent ccdd1ca892
commit aa51fd9ad1
4 changed files with 98 additions and 25 deletions

View File

@@ -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.