* Discovers and returns a list of slash commands from the loader's source. * @param signal An AbortSignal to allow cancellation. * @returns A promise that resolves to an array of SlashCommand objects.
(signal: AbortSignal)
| 22 | * @returns A promise that resolves to an array of SlashCommand objects. |
| 23 | */ |
| 24 | loadCommands(signal: AbortSignal): Promise<SlashCommand[]>; |
| 25 | } |
no outgoing calls
no test coverage detected