AveBot is a versatile and customizable Discord bot designed to enhance your server's functionality and provide an enjoyable experience for your community.
- Polls: Create and manage polls with multiple options.
- Customization: Tailor AveBot's behavior to suit your server's needs.
- Moderation: Implement moderation commands to maintain a safe environment.
- Open Source: Contribute to the development of AveBot or customize it to your liking.
run command
npm install
or
pnpm install
- Rename
.env.example
to.env
and fill in the values. - Go
./Settings/Config.js
and./Settings/Categories.js
and Fill the values too. - Type
node .
ornpm start
to start the bot.
- Node.js (node 16 or higher)
- Use the
/help
command to view available AveBot commands and their descriptions. - Customize AveBot's behavior by modifying the configuration files.
- Extend AveBot's functionality by adding your own commands or contributing to the project.
We welcome contributions from the community! If you'd like to contribute to the development of AveBot, please follow these steps:
- Fork the repository
- Clone your fork: git clone https://github.com/Omenop/AveBot.git
- Create your feature branch: git checkout -b my-new-feature
- Stage changes git add .
- Commit your changes: cz OR npm run commit do not use git commit
- Push to the branch: git push origin my-new-feature Submit a pull request
This project is licensed under the MIT License - see the LICENSE file for details.
- Thanks to the Discord.js community for providing a powerful library for creating Discord bots.
If you encounter any issues or have questions about AveBot, feel free to join our Discord server for support and discussions.
Happy coding and enjoy using AveBot!