Closed MrScopes closed 5 years ago
Why did you change the MessageEmbed and Client syntax to using "Discord.RichEmbed()" everytime and change indents to tabs? Your PR doesn't just fix the issue, it changes the style of code... which makes for a bad PR. Unless you were talking to @danielgulic about this in private and this was a change you agreed on.
@Trophonix, I have not spoken with the PR author @MrScopes at all regarding these changes.
It didn't work on my end as I was getting an error @Trophonix. I'm on stable. I fixed it to the way that worked best for me. The error was on MessageCreate
in DJS.
Hi, I have some issues with this pull request:
const Discord = require('discord.js');
rather than const { Client, MessageEmbed } = require('discord.js');
? What are the benefits? As far as I can see, there are none.@Trophonix is right, you did just change the style of code, and didn't add or fix anything.
And as for your comment:
It didn't work on my end as I was getting an error @Trophonix. I'm on stable. I fixed it to the way that worked best for me. The error was on MessageCreate in DJS.
I'm confused, how could you be on stable when the package.json of this app specifies npm install
/yarn
to install the master branch of Discord.js?
Now works with the most recent version of DJS, the API just needs to be public again.