Medusa Bot is a Discord chat bot built with Node.js.
To install and run the Medusa Bot, follow these steps:
- Clone the repository:
https://github.com/chanadinh/medusa_bot
- Install dependencies:
npm install
- Set up bot token:
- Create a new Discord bot on the Discord Developer Portal.
- Copy the bot token.
- Create a new
.env
file and add the following line:BOT_TOKEN=[bot token]
- Start the bot:
npm start
Note: Make sure to invite the bot to your server using the OAuth2 URL generated for your bot on the Discord Developer Portal.
The bot can be configured using the .env
file. Here are the available configuration options:
BOT_TOKEN
- The Discord bot token.PREFIX
- The prefix to use for bot commands.DATABASE_URL
- The URL of the database the bot will use.
To use the Medusa Bot, prefix your commands with the chosen prefix.
Example command: !command arg1 arg2
Contributions to the Medusa Bot are welcome! If you find any issues or have suggestions for new features, feel free to open an issue or submit a pull request.
Please make sure to follow the existing code style and guidelines.
This project is open-source and licensed under the MIT License.
If you have any questions or need support, you can reach me at Discord: anchan7802 or join our Discord server at https://discord.gg/Gcg8B7rnqV.