Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Bisup Discord Bot

A simple Discord bot for the Bisup community to automate tasks, engage users, and manage server events.

Features

  • Responds to commands
  • Sends automated messages
  • Handles moderation tasks
  • Easy to extend with new commands

Installation

Fork the repo to your own github.

  1. 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.

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages