A Node.JS Discord bot that can translate text using the Google Translate API.
$translate <language code> <text>
$langcode <language>
- 🔦 Look up a language code based on language name
$commands 📜 lists all available commands
$translate help 📫 DMs the user a list of all supported language codes
It appears that there are some issues with this project and I think they are because of the Translate API itself.
If you are running this locally and get the "Daily Limit Exceeded" error, I advise you to look at these resources for help:
- googleapis/google-cloud-dotnet#1503
- https://stackoverflow.com/questions/46950972/how-do-i-fix-daily-limit-exceeded-when-using-the-net-client-for-the-google-tran
Unfortunately, I don't have the time to fix it at the moment but I will get to it eventually.