Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ Because life is too short for boring bots.
pip install uv
git clone https://github.com/MhankBarBar/zero-ichi
cd zero-ichi
uv sync # magic happens here
uv sync
```

### 2. Configure
Expand All @@ -58,7 +58,7 @@ Copy the example config and make it yours:
### 3. Launch

```bash
uv run main.py
uv run zero-ichi
```

Scan the QR code and you're in business.
Expand All @@ -80,10 +80,10 @@ Everything you need to know, neatly organized:

## Project Structure

- `commands/`: Where the magic happens
- `core/`: The brain
- `dashboard/`: The pretty face
- `locales/`: The dictionary
- `src/commands/`: Where the magic happens
- `src/core/`: The brain
- `src/dashboard/`: The pretty face
- `src/locales/`: The dictionary

[Contributing Guide →](https://zeroichi.mhankbarbar.dev/development/contributing)

Expand Down
303 changes: 0 additions & 303 deletions core/middlewares/download_reply.py

This file was deleted.

Loading