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.18.tar.gz
(15.6 kB
view hashes)
Built Distribution
Close
Hashes for hikari_lightbulb-0.0.18-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 1f7f529c28ec2a1ef6cc5eaaf16df9efe35defeab3d1834757f6fb1ffe8cf01e |
|
MD5 | 0d8382e83e04292120962203b1e5285e |
|
BLAKE2b-256 | a952d96034c0d996954528f9880f74a12ab1ecd84e2579fd42334cfaab15bfad |