Metadata-Version: 2.4
Name: discor-lora-b
Version: 0.0.1
Summary: A simplified Discord API wrapper using aiohttp for HTTP and WebSocket communication.
Author-email: اسمك <your_email@example.com>
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Development Status :: 2 - Pre-Alpha
Requires-Python: >=3.8
Description-Content-Type: text/markdown
Requires-Dist: aiohttp>=3.8.1

# discor-lora-b

A lightweight and simple API wrapper for the Discord API, built with `aiohttp` for asynchronous operations.

## Features
- **HTTP Requests**: Easily send messages, get channel info, etc.
- **WebSocket Gateway**: Connect to the Discord gateway to receive real-time events.
- **Event-driven**: A simple system for handling events like `on_message`.

## Installation
```sh
pip install discor-lora-b
