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.38.tar.gz
(30.5 kB
view hashes)
Built Distribution
Close
Hashes for hikari_lightbulb-0.0.38-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 8fe110617ad1969c3fabf9b0796b87b8de7fa74231af1d7b8313984114000709 |
|
MD5 | ad246b5f0bb6f8994446e6aafa37865a |
|
BLAKE2b-256 | fd782cfcf678d1b2074acff26704069dfe1c33db6e1c99ccaee876631b8a6460 |