Skip to main content

The package for writing your own discord bot

Project description

About

The Aoku.py library is a module with simplified functions through which anyone can create their own Discord bot.

Aoku.py Easy to learn and also does not have any complex functions

Example

from aoku import aokuBot

bot = aokuBot(
	intents = True,
	selfbot = False
)

bot.onReady("Bot is ready to use!")
bot.onMessage()

bot.newCommand(
	name = "!ping",
	code = "Pong! $pingms"
)

bot.newCommand(
	name = "!uptime",
	code = "Uptime: $uptime"
)

bot.start("BOT_TOKEN", selfbot = False)

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

aoku-2.1.2.tar.gz (10.4 kB view hashes)

Uploaded Source

Built Distribution

aoku-2.1.2-py3-none-any.whl (9.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