

- #Smoogle translate bot commands how to
- #Smoogle translate bot commands install
- #Smoogle translate bot commands free
What Is the Smoogle Translate on Discord?ĭiscord servers can accommodate members from different regions.
#Smoogle translate bot commands how to
How To Invite Smoogle Translate on Discord.What Is the Smoogle Translate on Discord?.# Return to a user exit # Setup virtual audio devicesĬp /etc/pulse/default.pa ~/.config/pulse/Ĭat > ~/.config/pulse/default.pa load-module module-null-sink sink_name="v-input-1" sink_properties=scription="v-input-1" load-module module-remap-source master="v-input-1.monitor" source_name="v-output-1" source_properties=scription="v-output-1" load-module module-null-sink sink_name="v-input-2" sink_properties=scription="v-input-2" load-module module-remap-source master="v-input-2.monitor" source_name="v-output-2" source_properties=device.
#Smoogle translate bot commands install
Sh -c 'echo "deb stable main" > /etc/apt//google-chrome.list ' # Install the packagesĪpt install -y xvfb pulseaudio google-chrome-stable With the proper settings, the logs should look like this.Ĭurl -fsSL | gpg -dearmor -o /etc/apt//google.gpg Does it react when you speak in the voice channel? Launching in debug mode npm run debug also helps you understand what's going on inside. Check your operating system's volume mixer. If not, something went wrong with your settings. Say "OK assistant, help" in the voice channel. Let's change it to the virtual playback device.Īnd change the microphone device as well. You would hear your voice on your machine since the Chrome playback device is the default audio device.
#Smoogle translate bot commands free
However, the free quota of Cloud Speech-to-Text is only one hour per month. Firestore, Cloud Translation, and Cloud Text-to-Speech will probably not charge you if your bot is private. They are not free, but thankfully, they have free quotas. If you want to make your bot more reliable, use the Google Cloud engines instead. For example, if you use the tts-google-translate engine thousands of times in a few minutes, you might get banned from the API for a while. The free engines are very basic or unreliable.

Here are examples.Įngines:, Google Cloud Engines There are three types of plugin properties. Or, you can just jump to the definition by the F12 key. When you mouse over a plugin name in Visual Studio Code, the pop-up window tells what properties the plugin has. You can enable/disable/customize the plugins and build your own assistant by editing src/env/default.ts. * Input the command in a text chat in a voice channel NameĬonfigure text and voice* channel's settings Iwassistant itself doesn't have any feature, its plugins have. Say "OK assistant, help" in a voice channelĪfter the /help command, you'd see some commands you can use in your server. Input "OK assistant, help" in a text channel Iwassistant accepts commands in three ways. Let's check out the basic features first. The bot should work perfectly, except for speech-to-text.
