Skip to content

vcokltfre/Corded

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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()

About

A modular, extensible Discord client

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Sponsor this project

 

Packages

No packages published

Languages