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

feat: convert VoiceNotify to discord.js v13 #49

Merged
merged 5 commits into from
May 22, 2022

Conversation

Harvtronix
Copy link
Contributor

This is definitely not thoroughly tested, but the happy path at least works. I was able to do the following successfully:

  • Start the app
  • Add the app to a text channel
  • Invoke the enable command to add a notification with threshold 1 to a channel (didn't do anything with role notifications)
  • Verify that a notification is sent when I join the voice channel
  • Invoke the disable command to remove the notification from the channel
  • Invoke the debug command to display debug information

Feel free to tweak or modify in any way you want.

vpctorr and others added 4 commits March 1, 2022 00:18
- This will keep the workspace package versions up to date in the package-lock.json file
- Discord.js is no longer installed as a root workspace dep.
- It is instead installed individually in each package.
- This allows the VoiceNotify package to move foward to v13 without affecting the other packages.
@Harvtronix Harvtronix marked this pull request as ready for review March 1, 2022 05:22
@vpctorr vpctorr added this to the VoiceNotify v1.7.0 milestone Apr 24, 2022
- also undo a commit that had been force pushed
@vpctorr
Copy link
Owner

vpctorr commented May 22, 2022

Thanks for the great work!

@vpctorr vpctorr merged commit c4b5ee3 into vpctorr:dev May 22, 2022
@github-actions github-actions bot mentioned this pull request May 22, 2022
@Harvtronix Harvtronix deleted the discord-js-update branch May 22, 2022 14:59
This was referenced Jan 24, 2023
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.

2 participants