We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Describe the bug
After editing the command which produces attachments to another command which does not produce attachments, attachments appear in new command reply.
To Reproduce
Expected behavior
Second command does not contain elements from first command results.
The text was updated successfully, but these errors were encountered:
Please provide your exact code as well as version of the package that you're using because this bug should've been fixed a while ago
Sorry, something went wrong.
Using @skyra/editable-commands@2.1.4
And also please provide the exact code used as requested
As for code, the problem is appearing all over my commands and I dont want to share full files or repository
Command 1 is using: send(message, { embeds: [someEmbed], files: [someAttachment] }); Command 2 is using: send(message, { content: someText });
send(message, { embeds: [someEmbed], files: [someAttachment] });
send(message, { content: someText });
Result: after editing Command1 -> Command2 users see someText with someAttchment
kyranet
No branches or pull requests
Describe the bug
After editing the command which produces attachments to another command which does not produce attachments, attachments appear in new command reply.
To Reproduce
Expected behavior
Second command does not contain elements from first command results.
The text was updated successfully, but these errors were encountered: