botbolt


Namebotbolt JSON
Version 0.1.0 PyPI version JSON
download
home_pageNone
SummaryA beginner-friendly Python wrapper around nextcord for building Discord bots fast.
upload_time2025-08-22 13:27:32
maintainerNone
docs_urlNone
authorNone
requires_python>=3.9
licenseMIT License Copyright (c) 2025 Alex Ahern Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
keywords bot discord nextcord wrapper
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # 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

```py
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

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "botbolt",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.9",
    "maintainer_email": null,
    "keywords": "bot, discord, nextcord, wrapper",
    "author": null,
    "author_email": "Alex Ahern <alexahern417@gmail.com>",
    "download_url": "https://files.pythonhosted.org/packages/bd/86/607d181e84389f7ea56a4203b8399849e6a642af71a74aa4a70518eac20d/botbolt-0.1.0.tar.gz",
    "platform": null,
    "description": "# botbolt\n\n**botbolt** is a friendlier Python wrapper around **nextcord**, designed to make Discord bot building simple and fast.\n\n> Install (after you publish):  \n> `pip install botbolt`\n\n## Quickstart\n\n```py\nimport botbolt\n\nbot = botbolt.Bot(token=\"YOUR_TOKEN_HERE\", prefix=\"!\")\n\n@bot.event\nasync def on_ready():\n    bot.log(\"\u2705 Logged in as {0}\".format(bot.user))\n\n@bot.command(\"ping\")\nasync def ping(ctx):\n    await bot.reply(ctx, \"pong!\")\n\nbot.run()\n```\n\n### Features\n- Zero-boilerplate intents setup.\n- Simple decorators: `@bot.event`, `@bot.command`.\n- Handy helpers: `bot.reply(ctx, ...)`, `bot.embed(...)`, `bot.log(...)`.\n- Works on top of **nextcord** so you keep its power if you need it.\n\n## Why?\nIf `discord.py`/`nextcord` feels like too much at first, **botbolt** removes the friction without hiding the power.\n\n## License\nMIT \u00a9 You\n",
    "bugtrack_url": null,
    "license": "MIT License\n        \n        Copyright (c) 2025 Alex Ahern\n        \n        Permission is hereby granted, free of charge, to any person obtaining a copy\n        of this software and associated documentation files (the \"Software\"), to deal\n        in the Software without restriction, including without limitation the rights\n        to use, copy, modify, merge, publish, distribute, sublicense, and/or sell\n        copies of the Software, and to permit persons to whom the Software is\n        furnished to do so, subject to the following conditions:\n        \n        The above copyright notice and this permission notice shall be included in all\n        copies or substantial portions of the Software.\n        \n        THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n        IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n        FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\n        AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\n        LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\n        OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\n        SOFTWARE.",
    "summary": "A beginner-friendly Python wrapper around nextcord for building Discord bots fast.",
    "version": "0.1.0",
    "project_urls": null,
    "split_keywords": [
        "bot",
        " discord",
        " nextcord",
        " wrapper"
    ],
    "urls": [
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "a2343dcea254a85911bd2b96f93a1a5841911e6b651935d18e66c6dcdb16f9e1",
                "md5": "67dd3a48f11fe67091f23e0abc4297be",
                "sha256": "6d10e009525b40f17433f9ebd1867365ac5216c58807838627a37644cacbcef6"
            },
            "downloads": -1,
            "filename": "botbolt-0.1.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "67dd3a48f11fe67091f23e0abc4297be",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.9",
            "size": 4783,
            "upload_time": "2025-08-22T13:27:31",
            "upload_time_iso_8601": "2025-08-22T13:27:31.129133Z",
            "url": "https://files.pythonhosted.org/packages/a2/34/3dcea254a85911bd2b96f93a1a5841911e6b651935d18e66c6dcdb16f9e1/botbolt-0.1.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "bd86607d181e84389f7ea56a4203b8399849e6a642af71a74aa4a70518eac20d",
                "md5": "545123d3689f481c2b056958e1da58fb",
                "sha256": "9dd76c1a80b32529092aef48ed02eca8c0bf5fa3417345afc6cc8e270838ce32"
            },
            "downloads": -1,
            "filename": "botbolt-0.1.0.tar.gz",
            "has_sig": false,
            "md5_digest": "545123d3689f481c2b056958e1da58fb",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.9",
            "size": 3770,
            "upload_time": "2025-08-22T13:27:32",
            "upload_time_iso_8601": "2025-08-22T13:27:32.555311Z",
            "url": "https://files.pythonhosted.org/packages/bd/86/607d181e84389f7ea56a4203b8399849e6a642af71a74aa4a70518eac20d/botbolt-0.1.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-08-22 13:27:32",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "botbolt"
}
        
Elapsed time: 1.25094s