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.3.0.tar.gz (10.9 kB view details)

Uploaded Source

Built Distribution

aoku-2.3.0-py3-none-any.whl (10.4 kB view details)

Uploaded Python 3

File details

Details for the file aoku-2.3.0.tar.gz.

File metadata

  • Download URL: aoku-2.3.0.tar.gz
  • Upload date:
  • Size: 10.9 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.2 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.24.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.8.3

File hashes

Hashes for aoku-2.3.0.tar.gz
Algorithm Hash digest
SHA256 8729c8d2f6c16c9e2049f6da6472be5707ec7380fe395b52c7d776ba6b767015
MD5 272195ce4ac72e6e6cb4f4d046e8e6cd
BLAKE2b-256 03a147cb23f94ea68b394d6a07ef28e74318f3e262955d2d2ee77f162caf7108

See more details on using hashes here.

File details

Details for the file aoku-2.3.0-py3-none-any.whl.

File metadata

  • Download URL: aoku-2.3.0-py3-none-any.whl
  • Upload date:
  • Size: 10.4 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.2 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.24.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.8.3

File hashes

Hashes for aoku-2.3.0-py3-none-any.whl
Algorithm Hash digest
SHA256 e89b2231ee155aa74454b52e73918906706a827199db56115b52f9f71e78b898
MD5 041f9ed9691dd2ba14d983ea5986679f
BLAKE2b-256 308e8f2f4be69528d9983f4f1f933a73d17a5ae101b96dbcf62ae2b26336a4a6

See more details on using hashes here.

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