- {cmd === null &&
}
- {cmd !== null && typeof cmd.suggestions === 'undefined' &&
}
- {cmd !== null && typeof cmd.suggestions !== 'undefined' &&
TAB}
+
TAB
- {cmd === null && (
-
- )}
- {cmd !== null && typeof cmd.suggestions === 'undefined' &&
{getCmdActivationMessage(cmd.prefix)}}
- {cmd !== null && typeof cmd.suggestions !== 'undefined' && (
-
- {getCmdSuggestions(cmd, fireCmd)}
-
- )}
-