rehab
rehab
SIASapphire - Imagine a framework
Created by rehab on 2/21/2024 in #sapphire-support
List registered commands and listeners
That's exactly what i was looking for thank you so much
5 replies
SIASapphire - Imagine a framework
Created by rehab on 2/21/2024 in #sapphire-support
List registered commands and listeners
some example what i would like to achieve
listOfCommands.forEach((cmd: Command) => console.log(cmd.name));
listOfCommands.forEach((cmd: Command) => console.log(cmd.name));
5 replies