Skip to main content

A lightweight, extensible client library for Discord bots

Project description

Corded

A lightweight, extensible client library for Discord bots

Example usage:

from corded import CordedClient, GatewayEvent, Intents


bot = CordedClient("my_token", Intents.default())

@bot.on("message_create")
async def on_message_create(event: GatewayEvent) -> None:
    data = event.typed_data

    print(data["content"])

bot.start()

Project details


Download files

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

Source Distribution

corded-1.5.2.tar.gz (10.8 kB view hashes)

Uploaded Source

Built Distribution

corded-1.5.2-py3-none-any.whl (22.6 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