New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

charmcord

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

charmcord

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

  • 0.25.0
  • PyPI
  • Socket score

Maintainers
1

CharmCord

CharmCord: The Ultimate Python String-Based Package for Discord Bot Creators!


Stats ✨

PyPI PyPI - Downloads Downloads PyPI - License All Contributors


v0.25.0

Function Additions

  • $addButton
  • $addDropdown
  • $dropdownOption
  • $setGlobalUserVar
  • $getGloablUserVar
  • $interactionReply

Deprecated Functions

  • $buttonSend
  • $slashSend

CharmCord Setup

Install CharmCord via pip:

pip install CharmCord

Warning: This package is still in beta. Use at your own risk. Feel free to report any issues you encounter.

Simple Bot Example:

from CharmCord import CharmClient

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

bot.on_ready(
    Code="$console[Bot is Ready]"
)

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

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

Contributors ✨

CharmCord-contributors

Contributing Contributions to CharmCord are welcomed and encouraged! If you'd like to contribute, please follow these guidelines:


  • Fork the repository and clone it locally.
  • Create a new branch for your feature or bug fix.
  • Make your changes and test thoroughly.
  • Ensure your code adheres to PEP8 standards.
  • Commit your changes with descriptive commit messages.
  • Push your branch to your fork and open a pull request against the main repository.
  • After review, your pull request will be merged if approved.

Happy coding! 🚀

FAQs


Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc