Skip to main content

Building blocks and utility extensions for discord.py bots

Project description

Python versions License Status Issues Commit activity


Kasushi

Building blocks and utility extensions for discord.py bots


Kasushi is an extension of the discord.py library. It provides a number of useful features for bots, such as cache, IPC, tortoise models and more.

It is really easy to use, and requires a minimum amount of configuration.

  1. Download jishaku on the command line using pip:
pip install -U kasushi
  1. Configure the extensions:
import kasushi
# See below for settings you can pass to configure.
kasushi.configure(bot, {}) 
  1. Load the extensions in your bot code before it runs:
bot.load_extension('kasushi.cache')

You're done!

Settings

Depending on the module(s) you want to use, you can pass different settings to configure.

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

kasushi-0.0.2-py3-none-any.whl (2.7 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