We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 10b3587 commit 4aef3d8Copy full SHA for 4aef3d8
1 file changed
src/commands/modcommands/hilfe.ts
@@ -17,10 +17,6 @@ export default class ModHilfeCommand implements MessageCommand {
17
const lines = [];
18
const newCommands = await commandService.readAvailableCommands(context, ["mod"]);
19
for (const command of newCommands) {
20
- if (!command.modCommand) {
21
- continue;
22
- }
23
-
24
const commandStr = prefix + command.name;
25
lines.push(
26
`${commandStr}: ${replacePrefixPlaceholders(command.description, context)}\n`,
0 commit comments