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.15.tar.gz
(14.6 kB
view hashes)
Built Distribution
Close
Hashes for hikari_lightbulb-0.0.15-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 52f8519ad53c5b69ff603e7a73fdb027961373bb97582ed54a51a08eb456d70d |
|
MD5 | a3c3b914df386fa01992e186f3590d77 |
|
BLAKE2b-256 | 1b9a9b62d3f8e852e5fa952fbd49c20457c1311331336e8cec9b20de0f8afada |