Skip to content
New issue

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

fix(Util): splitMessage not working with array #6008

Merged
merged 9 commits into from Jul 3, 2021
Merged

fix(Util): splitMessage not working with array #6008

merged 9 commits into from Jul 3, 2021

Conversation

DTrombett
Copy link
Contributor

fix #6006

Please describe the changes this PR makes and why it should be merged:
This PR fixes a problem with Util.splitMessage which doesn't work when the char option is set to an array. This is because the array of messages is mapped and messages splitted again causing the creation of an array of arrays. This PR adds a .flat(1) to prevent this from happening. I also tested this with all options but let me know if there are still problems.

Sorry for too many commits but I accidentally pushed the content of another PR into my master branch

Status and versioning classification:

  • Code changes have been tested against the Discord API, or there are no code changes
  • I know how to update typings and have done so, or typings don't need updating

src/util/Util.js Outdated Show resolved Hide resolved
src/util/Util.js Outdated Show resolved Hide resolved
DTrombett and others added 2 commits July 2, 2021 20:02
Co-authored-by: muchnameless <12682826+muchnameless@users.noreply.github.com>
Co-authored-by: muchnameless <12682826+muchnameless@users.noreply.github.com>
@iCrawl iCrawl added this to the Version 13 milestone Jul 2, 2021
@iCrawl iCrawl merged commit bd25ff5 into discordjs:master Jul 3, 2021
@DTrombett DTrombett deleted the splitMessage-patch branch July 3, 2021 15:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Util.splitMessage can't split when char is Array
6 participants