Skip to main content

CharmCord is the best python string-based package for Discord bot devs

Project description

CharmCord

CharmCord is the best python string-based package for Discord bot creators!


Stats ✨

PyPI PyPI - Downloads Downloads PyPI - License All Contributors


logo


Using CharmCord

1 - Install CharmCord

pip install CharmCord

2 - Import CharmClient

from CharmCord import CharmClient

3 - Example:

from CharmCord import CharmClient
# ---------------Imports--------------------

bot = CharmClient(prefix="!", case_insensitive=False, intents=("all",))

bot.onReady(
    Code="$pyEval[print('Bot is Ready')]"
)

bot.command(
    Name="Ping",
    Code="""
    $sendMessage[$channelID; Pong!! $ping]
    """
)


bot.run("*******<<TOKEN>>***********")

New and still a work in progress

Contributors ✨

aoi.py-contributors

Project details


Download files

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

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distribution

CharmCord-0.16.0-py3-none-any.whl (68.7 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