Skip to main content

Pycord made simple for learning

Project description

AoiPy - Discord.py made simple

Latest Update: 12/07/22

Version: 0.9.1

AoiPY

Using AoiPy

1 - pip install AoiPy

2 - Import Client and any other files

from aoipy.Client import client
from aoipy.File import * 

3 - Example:

from aoipy.Client import *
from aoipy.Messages import *
from aoipy.Channels import *

# ---------------Imports--------------------
act = client.activity("tv", "watching")
bot = client.Bot(prefix="!", case_insensitive=False, intents=("all",), activity=act)
events = client.Events()

@events.onReady
def startup():
    print(f"{bot.user} is ready!")


@bot.command()
async def ping(ctx):
    await sendChannelMessage(ctx, "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 Distributions

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

Built Distribution

AoiPy-0.9.1-py3-none-any.whl (11.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