Skip to main content

Pycord made simple for learning

Project description

AoiPy - Pycord made simple (By being very specific) for learning

Latest Update: 11/26/22

Version: 0.5.0

Using AoiPy

1 - pip install AoiPy

2 -

from aoipy.BotUser import client
from aoipy.Users import Users

3 - Example:

from aoipy.BotUser import client
from aoipy.messages import messageable as ms
# ---------------Imports--------------------
act = client.activity("tv", "watching")
bot = client.Bot(prefix="!", case_insensitive=False, intents=("all",), activity=act)


@bot.command()
async def cool(ctx):
    lol = await ms.sendChannelMessage(ctx, f"This command invoked in...")
    await ms.sendChannelMessage(ctx, ms.getMessageChannelName(lol))


client.run(bot, "*******<<TOKEN>>***********", f"Started on {bot.user}")

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 Distributions

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

Built Distribution

AoiPy-0.6.12-py3-none-any.whl (6.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