Skip to main content

Minimal Discord bot library for Python

Project description

ucord

Ucord is a discord library build using threads for maximum performance

Bot example

    import ucord

    client = ucord.Client()
    client.set_token("token")
    client.run()

    @client.on_ready
    def on_ready(client):
        print(f"Logged in as {client.user}")

    @client.slash_command(name="ping", description="Ping command")
    def ping(ctx):
        embed = ucord.Embed(title="Pong!", description="Pong!")
        ctx.reply("Bot is online", embed=embed)

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

ucord-0.0.3.tar.gz (17.8 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

ucord-0.0.3-py3-none-any.whl (19.0 kB view details)

Uploaded Python 3

File details

Details for the file ucord-0.0.3.tar.gz.

File metadata

  • Download URL: ucord-0.0.3.tar.gz
  • Upload date:
  • Size: 17.8 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.10.9

File hashes

Hashes for ucord-0.0.3.tar.gz
Algorithm Hash digest
SHA256 7005ecc1c76e14cb2b44aeae5be93fb4fb9432203c17d7c5a92eec5ca838910b
MD5 f32f8f474e55c3de22eeaab0a5c0e054
BLAKE2b-256 cad62a95c2817c061f95832cd5325c449ec6e3073055ae1056d2601ed8d9717a

See more details on using hashes here.

File details

Details for the file ucord-0.0.3-py3-none-any.whl.

File metadata

  • Download URL: ucord-0.0.3-py3-none-any.whl
  • Upload date:
  • Size: 19.0 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.10.9

File hashes

Hashes for ucord-0.0.3-py3-none-any.whl
Algorithm Hash digest
SHA256 f3c58980dd6c7dda7bd8cdadf833a4fe458d0786cef5c5acfefcb83457bce6d3
MD5 db923946649cbc8dea75f4a8e3ebb929
BLAKE2b-256 648ec68b9de39915a2dd7944610afb34f7bda91c79a593b12ae43bf2811dc44e

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page