Closed Blocksnmore closed 1 year ago
What's the bug?
When you reply to a message with an embed it won't reply unless the first argument passed is undefined How do we reproduce it?
undefined
ctx.message.reply(new Embed({"title":"Example embed","description":"Testing"}));
ctx.message.reply({ embeds: [new Embed({"title":"Example embed","description":"Testing"})]});
ctx.message.reply(undefined, { embeds: [new Embed({"title":"Example embed","description":"Testing"})]});
What should have happened? All 3 should have replied to the message What is actually happening? The bot only replies to the last message
What versions you're using?
Do you have anything to tell us more about the bug? No
about 1 year passed and finally fixed this bug... check f9bbc7902773b70bf5b123bcfdebcc905e447a81
What's the bug?
When you reply to a message with an embed it won't reply unless the first argument passed is
undefined
How do we reproduce it?ctx.message.reply(new Embed({"title":"Example embed","description":"Testing"}));
ctx.message.reply({ embeds: [new Embed({"title":"Example embed","description":"Testing"})]});
ctx.message.reply(undefined, { embeds: [new Embed({"title":"Example embed","description":"Testing"})]});
What should have happened? All 3 should have replied to the message What is actually happening? The bot only replies to the last message
What versions you're using?
Do you have anything to tell us more about the bug? No