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.27.tar.gz
(26.8 kB
view hashes)
Built Distribution
Close
Hashes for hikari_lightbulb-0.0.27-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 4aa726d5e05e6f93486af3e6365ea18fd7359fd7016bc6e85f1e40f36ecec006 |
|
MD5 | f4778cd96f4e91a86923c0f316049e16 |
|
BLAKE2b-256 | 05c4f6a2a79d8b6e8a31da5672e8e6967496eb1ff62cb8ac9c84a3c7e9c04570 |