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.24.tar.gz
(22.8 kB
view hashes)
Built Distribution
Close
Hashes for hikari_lightbulb-0.0.24-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 9436e52d658180056cd3e923bcb8f20f8147ede4ea3dde33ae5abf7a68017c2c |
|
MD5 | e268eb5c6e3c54a03314a6a515a27932 |
|
BLAKE2b-256 | 54d4ea3e9404787419205de26120ac552b9a135124d04bdd8f31e1db980c0732 |