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.28.tar.gz
(27.9 kB
view hashes)
Built Distribution
Close
Hashes for hikari_lightbulb-0.0.28-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 1676ca629b38f599752d5c7381417b473c7e5c73da58f12e9bd528743ee6668b |
|
MD5 | 0a2672bd55f5e86b6ba1d3a327aa96fb |
|
BLAKE2b-256 | 86b45301b735335e162259bca076700254a80a642d1e9f1b557b98c96b0f42a9 |