Skip to main content

A bunch of utils for hikari

Project description

hikari-utils

A python package with utils for hikari

THIS PROJECT IS STILL IN EARLY STAGES!

This project is still in early development and we will keep adding features

Samples

Lightbulb Bot

import hutils
import hikari

bot = hutils.lightbulbbot(token="Discord Bot Token", prefix="Discord Bot Prefix", intents=hikari.Intents.ALL, insensitive=True)

bot.run()

Tanjun Bot

import hutils
import hikari

bot = hutils.tanjunbot(token="Discord Bot Token", guild_id=Discord Bot Guild ID, module_path="./modules")

bot.run()

Note:

When you invite your bot to your server, please add the applications.commands when generating the invite link, otherwise your bot won't work.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

hikari-utils-1.0.1.tar.gz (8.6 kB view hashes)

Uploaded Source

Built Distribution

hikari_utils-1.0.1-py3-none-any.whl (8.6 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