A simple Discord bot for the Bisup community to automate tasks, engage users, and manage server events.
- Responds to commands
- Sends automated messages
- Handles moderation tasks
- Easy to extend with new commands
Fork the repo to your own github.
- Clone the repository:
git clone <repo-url>
2. Create a virtual environment:
```bash
python -m venv .venv
source .venv/bin/activate # Linux/Mac
.venv\Scripts\activate # Windows
```
3. Install dependencies:
```bash
pip install -r requirements.txt
```
4. Add your Discord bot token in `.env`.
## Usage
```bash
python bot.py
```
## Contributing
Feel free to open issues or submit pull requests to improve the bot.