Skip to main content

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()

Documentation

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.11.tar.gz (11.6 kB view hashes)

Uploaded Source

Built Distribution

hikari_lightbulb-0.0.11-py3-none-any.whl (17.2 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page