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.26.tar.gz
(25.4 kB
view hashes)
Built Distribution
Close
Hashes for hikari_lightbulb-0.0.26-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 9bb9a46fbd4d81267118d97879d4f09407af00ebf6bdd820b4ffb0e4069ac6a1 |
|
MD5 | 9b5239657a210f9d5a797455e28ddae6 |
|
BLAKE2b-256 | 3a8c442ea58211f389c0ac1ad356c603b7e4f66bb6ca1c769fb956f5e5b50e06 |