A simple to use command handler for Hikari
Project description
Simple command handler for hikari
By yours truly (thomm.o)
Installation
$ pip install hikari-lightbulb
Usage
import lightbulb
bot = lightbulb.Bot(token="token_here", prefix="test.")
@bot.command()
async def ping(ctx):
await ctx.message.reply("Pong!")
bot.run()
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
hikari-lightbulb-0.0.45.tar.gz
(34.6 kB
view hashes)
Built Distribution
Close
Hashes for hikari_lightbulb-0.0.45-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | f004504073aa16883e9f771c971cd5555deb82a14146d888cd8d897a06c20d9f |
|
MD5 | 2e30290ec473829135163ac474c69a0d |
|
BLAKE2b-256 | de35aa6932bcc3a0477549fafad9945f800222b2a099419123024c7bb9ce5e2a |