Welcome to the Bot repository! This project serves as a passion project focused on creating a fun and engaging bot for Discord. Whether you're looking to share memes, moderate your server, or manage an economy system, this bot has you covered.
This bot is designed to provide a variety of functionalities:
- Meme Sharing: Easily share memes from various sources.
- Moderation Tools: Keep your server clean with moderation commands.
- Economy System: Engage users with an in-built economy.
- Multipurpose Functions: Use the bot for fun, games, and more.
- Dashboard: A user-friendly dashboard for managing settings and features.
To get started, clone the repository:
git clone https://github.com/sreayas-me/bot.git
cd bot
Next, install the required dependencies:
pip install -r requirements.txt
Make sure you have Python and Flask installed on your system.
To run the bot, you need to set up your Discord token. Create a .env
file in the root directory and add your token:
DISCORD_TOKEN=your_token_here
Now, you can run the bot with:
python main.py
For a web dashboard, run:
flask run
Visit the dashboard at http://127.0.0.1:5000
.
We welcome contributions! If you'd like to help improve the bot, follow these steps:
- Fork the repository.
- Create a new branch:
git checkout -b feature-branch
. - Make your changes and commit them:
git commit -m 'Add new feature'
. - Push to the branch:
git push origin feature-branch
. - Open a pull request.
Please ensure your code adheres to our coding standards.
This project is licensed under the MIT License. See the LICENSE file for details.
For questions or suggestions, feel free to reach out to me on Discord or through GitHub.
You can find the latest releases here. Download and execute the files to get started with the latest features and fixes.
If you want to check out the available versions, make sure to visit the "Releases" section in the repository.
Feel free to explore the bot and enjoy its features. Happy botting!