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.
Release files for hikari-utils 1.0.1
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| hikari-utils-1.0.1.tar.gz | 8.6 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| hikari_utils-1.0.1-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 17.2 kB
Release files / hikari-utils-1.0.1.tar.gz
| Download URL | hikari-utils-1.0.1.tar.gz |
|---|---|
| Size | 8.6 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
e744e8f3be6f89dcae52353ade17c071b111f79f2b066ddfdbc53acecd45a62b
|
|
BLAKE2b-256 checksum How to use checksums |
a65f3f23baff4fd50e55edc92fd6fece9568d32f727eb52c47130c5cc6a5a4b9
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/3.4.2 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.2 CPython/3.9.7
|
Release files / hikari_utils-1.0.1-py3-none-any.whl
| Download URL | hikari_utils-1.0.1-py3-none-any.whl |
|---|---|
| Size | 8.6 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
46189b8d31018bc3e43f28c0c87729a94ec7f9b310ffe0ce706c56f124d581f1
|
|
BLAKE2b-256 checksum How to use checksums |
4bc8ae4b1d86b68d12a972946f78c0206edaba370ff4d57d48695c0f889e044b
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/3.4.2 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.2 CPython/3.9.7
|