Skip to content

Commit 568eb10

Browse files
authored
Update src/core/mentions/index.ts
1 parent 8d9973c commit 568eb10

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/core/mentions/index.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -242,8 +242,6 @@ export async function parseMentions(
242242
commandOutput += command.content
243243
parsedText += `\n\n<command name="${commandName}">\n${commandOutput}\n</command>`
244244
}
245-
// Note: We don't add error messages for non-existent commands anymore
246-
// since we only process commands that we've already verified exist
247245
} catch (error) {
248246
parsedText += `\n\n<command name="${commandName}">\nError loading command '${commandName}': ${error.message}\n</command>`
249247
}

0 commit comments

Comments
 (0)