A simple to use command handler for Hikari
Project description
Lightbulb
Lightbulb is designed to be an easy to use command handler library that integrates with the Discord API wrapper library for Python, Hikari.
This library aims to make it simple for you to make your own Discord bots and provide all the utilities and functions you need to help make this job easier.
Installation
Use the package manager pip to install Lightbulb.
pip install hikari-lightbulb
Usage
import lightbulb
bot = lightbulb.Bot(token="your_token_here", prefix="!")
@bot.command()
async def ping(ctx):
await ctx.respond("Pong!")
bot.run()
Issues
If you find any bugs, issues, or unexpected behaviour while using the library, you should open an issue with details of the problem and how to reproduce if possible. Please also open an issue for any new features you would like to see added.
Contributing
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please try to update tests as appropriate and ensure that documentation is updated if you add any features accessible through the public API.
If you use this library and like it, feel free to sign up to GitHub and star the project, it is greatly appreciated and lets me know that I'm going in the right direction!
Links
- License: LGPLv3
- Repository: GitHub
- Documentation: ReadTheDocs
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
Built Distribution
Hashes for hikari_lightbulb-1.5.2-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 1b7d98cecb7494b3f4c86447723287db5858af497420d03518ba405a654eb441 |
|
MD5 | e0fb61a443f30bb68289cc356625b828 |
|
BLAKE2b-256 | 37bc308301d9993b166420640957e599486565bff5000fba91a0772d05da9115 |