Skip to content

Commit 4aef3d8

Browse files
committed
Fix skip of application commands
1 parent 10b3587 commit 4aef3d8

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

src/commands/modcommands/hilfe.ts

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,6 @@ export default class ModHilfeCommand implements MessageCommand {
1717
const lines = [];
1818
const newCommands = await commandService.readAvailableCommands(context, ["mod"]);
1919
for (const command of newCommands) {
20-
if (!command.modCommand) {
21-
continue;
22-
}
23-
2420
const commandStr = prefix + command.name;
2521
lines.push(
2622
`${commandStr}: ${replacePrefixPlaceholders(command.description, context)}\n`,

0 commit comments

Comments
 (0)