We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Add pronounciation as attachment instead of link. Or both. Pronounciation .mp3 files can be found under the pronounciation entries. Example:
.mp3
[ { "word": "word", "phonetic": "/wɜːd/", "phonetics": [ { "text": "/wɜːd/", "audio": "" }, { "text": "/wɝd/", "audio": "https://api.dictionaryapi.dev/media/pronunciations/en/word-us.mp3", "sourceUrl": "https://commons.wikimedia.org/w/index.php?curid=1197728", "license": { "name": "BY-SA 3.0", "url": "https://creativecommons.org/licenses/by-sa/3.0" } } ] } ]
The text was updated successfully, but these errors were encountered:
Dependent on discordjs/discord.js#10462.
Sorry, something went wrong.
Glazelf
No branches or pull requests
Feature Description
Add pronounciation as attachment instead of link. Or both.
Pronounciation
.mp3
files can be found under the pronounciation entries.Example:
The text was updated successfully, but these errors were encountered: