Metadata-Version: 2.1
Name: AoiPy
Version: 0.14.1
Summary: Aoi.py is the best python string-based package for Discord bot devs
Home-page: UNKNOWN
Author: Jade
License: MIT
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: Py-cord
Requires-Dist: Discord
Requires-Dist: pytz
Requires-Dist: datetime

# AoiPy

### Aoi.py is the best python string-based package for Discord bot creators!


![PyPI](https://img.shields.io/pypi/v/aoipy)
![PyPI - Downloads](https://img.shields.io/pypi/dm/aoipy?color=green&label=downloads)
![Downloads](https://static.pepy.tech/personalized-badge/aoipy?period=total&units=international_system&left_color=grey&right_color=green&left_text=downloads)
![PyPI - License](https://img.shields.io/pypi/l/aoipy)
![](https://tokei.rs/b1/github/tomschimansky/aoipy)
[![All Contributors](https://img.shields.io/badge/all_contributors-2-orange.svg?style=flat-square)](#contributors-)
![AoiPY](https://github.com/LilbabxJJ-1/Aoipy/blob/master/aoipy/AOIpy%20(1).png)
### Using AoiPy

1 - `pip install AoiPy`

2 - Import AoiClient

```python
from Aoipy import AoipyClient
```

3 -  Example:

```python

from Aoipy import AoipyClient
# ---------------Imports--------------------

bot = AoipyClient(prefix="!", case_insensitive=False, intents=("all",))

bot.onReady(
    code="$pyEval[print('Bot is Ready')]"
)

bot.command(
    Name="Ping",
    Code="""
    $sendMessage[$channelID; Pong!! $ping]
    """
)


bot.run("*******<<TOKEN>>***********")
```

## New and still a work in progress

## Contributors âœ¨

<a href="https://github.com/LilbabxJJ-1/AoiPy2.0/graphs/contributors">
  <img src="https://contrib.rocks/image?repo=LilbabxJJ-1/AoiPy2.0"  alt="aoi.py-contributors"/>
</a>


