Showing 1 of 3 total issues
Function statusCommand
has 26 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
private async statusCommand() {
for (const line of XSCCommand.asciiLogo) {
this.emit('raw', line);
}