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.11.tar.gz
(11.6 kB
view hashes)
Built Distribution
Close
Hashes for hikari_lightbulb-0.0.11-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 9188582eb6edf069277bfb638ddcc7aab662225cee9b70f89c3441dd6a49fea8 |
|
MD5 | 703b5d15771617faaefb4f6a82042f9c |
|
BLAKE2b-256 | a5482e40bc614b103d0341f53102c7abda489dda1ecb40381477f633c1b3cff9 |