Using ManaoWeb
Once you have run the bot, you can now access the ManaoWeb at http://localhost:3000. ManaoWeb provides a simple interface for managing with various things. Here is what you can do in ManaoWeb
Command Manager
Section titled “Command Manager”You can disable/enable commands via this page! Not only that, but you can also create your own custom commands!
Soundboard Controller
Section titled “Soundboard Controller”In this page, you can play sound effects or any custom sound. The sound will be play in the Soundboard Player page. You can add new sounds by providing the sound URL.
Adding new sounds
You can add new sound by following these steps:
- Download an audio file from the internet, MyInstants has a plenty of sound effects suitable for use.
- Move an audio file to ManaoBot folder, then place it in the
server/public/soundsdirectory. - Go to the Soundboard Controller page and scroll down to the bottom, you will see an “Add new sound” section.
- Set the name to whatever you like, and for the URL, set to
/sounds/[your-file-name].[your-file-extension]. For example,/sounds/lucio-boop.mp3or/sounds/sombra-boop.wav. - Try it out by opening a soundboard player page by clicking “Open Sound Player” button
Soundboard Player
Section titled “Soundboard Player”This page play sounds sent from the Soundboard Controller. You can set volume and hide the page to add this page as a browser source in OBS. Make sure to click “Unmute” button and set volume before using.