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(voicenotify): use emoji microphone instead of discord emoji #36

Closed
wants to merge 2 commits into from

Conversation

Harvtronix
Copy link
Contributor

Here's a couple of pictures from before and after of the push notifications. Enclosing the Unicode mic emoji in backticks was as close as I could get because of the way discord auto-converts emojis to their corresponding :...: syntax.

mic-old
mic-new

I also switched out the experimental JSON module support for a plain old readFileSync and parse mostly because I was having issues running the server with it. It was telling me that I needed to add an assert { type: 'json' } to the import statement, but when doing that, eslint wasn't happy and wanted an additional plugin, vscode didn't recognize the syntax, and SonarLint couldn't parse the file. Rather than making significant adjustments to the package config, I figured it would be the lesser evil to go back to a more primitive way of obtaining the package.json info.

Also:
- add vscode settings to ignores
- remove experimental json module usage
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