Skip to main content

Aoi.py is the best python string-based package for Discord bot devs

Project description

AoiPy

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

Latest Update: 05/28/23

PyPI PyPI - Downloads Downloads PyPI - License

AoiPY

Using AoiPy

1 - pip install AoiPy

2 - Import Bot, Commands, etc

from Aoipy import Bot, Commands, AoiEvents

3 - Example:

from Aoipy import Bot, Commands, AoiEvents
# ---------------Imports--------------------

bot = Bot(prefix="!", case_insensitive=False, intents=("all",))
events = AoiEvents()
command = Commands().command

events.onReady(
    code="$pyeval[print('Bot is Ready')]"
)

command(
    Name="Ping",
    Code="""
    $send[1112301680839643156; Pong!!]
    """
)


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

New and still a work in progress

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

AoiPy-0.11.0b0.tar.gz (19.9 kB view hashes)

Uploaded Source

Built Distribution

AoiPy-0.11.0b0-py3-none-any.whl (28.2 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page