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.31.tar.gz
(28.5 kB
view hashes)
Built Distribution
Close
Hashes for hikari_lightbulb-0.0.31-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 712e44726bd727eb73078d7f4ad23ee976362e60c0b190ac135509259cceeee6 |
|
MD5 | 2da4cd10e375526fdb6522907d26ce74 |
|
BLAKE2b-256 | 256b2c473c3a24bda4edd54a683387af9038473eb075c24d301312bee54b0575 |