A beginner-friendly Python wrapper around nextcord for building Discord bots fast.
Project description
botbolt
botbolt is a friendlier Python wrapper around nextcord, designed to make Discord bot building simple and fast.
Install (after you publish):
pip install botbolt
Quickstart
import botbolt
bot = botbolt.Bot(token="YOUR_TOKEN_HERE", prefix="!")
@bot.event
async def on_ready():
bot.log("✅ Logged in as {0}".format(bot.user))
@bot.command("ping")
async def ping(ctx):
await bot.reply(ctx, "pong!")
bot.run()
Features
- Zero-boilerplate intents setup.
- Simple decorators:
@bot.event,@bot.command. - Handy helpers:
bot.reply(ctx, ...),bot.embed(...),bot.log(...). - Works on top of nextcord so you keep its power if you need it.
Why?
If discord.py/nextcord feels like too much at first, botbolt removes the friction without hiding the power.
License
MIT © You
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
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file botbolt-0.1.0.tar.gz.
File metadata
- Download URL: botbolt-0.1.0.tar.gz
- Upload date:
- Size: 3.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
9dd76c1a80b32529092aef48ed02eca8c0bf5fa3417345afc6cc8e270838ce32
|
|
| MD5 |
545123d3689f481c2b056958e1da58fb
|
|
| BLAKE2b-256 |
bd86607d181e84389f7ea56a4203b8399849e6a642af71a74aa4a70518eac20d
|
File details
Details for the file botbolt-0.1.0-py3-none-any.whl.
File metadata
- Download URL: botbolt-0.1.0-py3-none-any.whl
- Upload date:
- Size: 4.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
6d10e009525b40f17433f9ebd1867365ac5216c58807838627a37644cacbcef6
|
|
| MD5 |
67dd3a48f11fe67091f23e0abc4297be
|
|
| BLAKE2b-256 |
a2343dcea254a85911bd2b96f93a1a5841911e6b651935d18e66c6dcdb16f9e1
|