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!

PyPI PyPI - Downloads Downloads PyPI - License All Contributors AoiPY

Using AoiPy

1 - pip install AoiPy

2 - Import AoiClient

from Aoipy import AoipyClient

3 - Example:

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 ✨

aoi.py-contributors

Project details


Download files

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

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distribution

AoiPy-0.14.0-py3-none-any.whl (41.9 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