Open source multipurpose bot
-
Install NodeJS >= 20 on your system
-
Install all node dependencies using this command:
npm i
-
Setup .env file from .env.inc
-
Update config.json file if needed
To run the bot inside a Docker container:
- Create your
.env
file from.env.inc
and fill in the variables. - Build the image:
docker build -t medbot .
- Start the container:
docker run --env-file .env medbot
To get started, please invite medbot to your server by clicking here.
Once the bot is in your server, you can use the following commands:
/setlg // Set the language of the bot
/setlogschannel // Set the logs channel
To see all available commands, please type /help
This software is distributed under the GNU GPLv3 License.