We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8d9973c commit 568eb10Copy full SHA for 568eb10
src/core/mentions/index.ts
@@ -242,8 +242,6 @@ export async function parseMentions(
242
commandOutput += command.content
243
parsedText += `\n\n<command name="${commandName}">\n${commandOutput}\n</command>`
244
}
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
247
} catch (error) {
248
parsedText += `\n\n<command name="${commandName}">\nError loading command '${commandName}': ${error.message}\n</command>`
249
0 commit comments