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.7.tar.gz
(10.2 kB
view hashes)
Built Distribution
Close
Hashes for hikari_lightbulb-0.0.7-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 9cfae795b44b6bec3b7c2631d8fd42ad3e0c38be2093748bdf311639adba55ef |
|
MD5 | 0defc12a989b3c892b9b12b15d7b4653 |
|
BLAKE2b-256 | 088d646f03f82d0e26e20f4a3f3db4fb4fba36c67be492d4c9beb9ea3b05d073 |