Skip to main content
Pycord v3

Pycord is a modern, easy to use, feature-rich, and async ready API wrapper for Discord written in Python.


PyPI version info PyPI supported Python versions PyPI downloads Latest release Discord server invite Crowdin | Agile localization for tech companies

Key Features

  • Modern Pythonic API using async and await.

  • Proper rate limit handling.

  • Optimised for both speed and memory usage.

  • Full application API support.

Installing

Python 3.9 or higher is required

To install the library without full voice support, run the following command:

# Linux/macOS
python3 -m pip install -U py-cord-dev

# Windows
py -3 -m pip install -U py-cord-dev

Otherwise, to get full voice support, run the following command:

# Linux/macOS
python3 -m pip install -U "py-cord-dev[voice]"

# Windows
py -3 -m pip install -U py-cord-dev[voice]

To install additional packages for speedup, run the following command:

# Linux/macOS
python3 -m pip install -U "py-cord-dev[speed]"
# Windows
py -3 -m pip install -U py-cord-dev[speed]

To install the development version, do the following:

$ git clone https://github.com/Pycord-Development/pycord
$ cd pycord
$ python3 -m pip install -U .[voice]

or if you do not want to clone the repository:

# Linux/macOS
python3 -m pip install git+https://github.com/Pycord-Development/pycord
# Windows
py -3 -m pip install git+https://github.com/Pycord-Development/pycord

Optional Packages

Please note that while installing voice support on Linux, you must install the following packages via your preferred package manager (e.g. apt, dnf, etc) BEFORE running the above commands:

  • libffi-dev (or libffi-devel on some systems)

  • python-dev (e.g. python3.10-dev for Python 3.10)

Quick Example

import discord

bot = discord.Bot()

@bot.slash_command()
async def hello(ctx, name: str = None):
    name = name or ctx.author.name
    await ctx.respond(f"Hello {name}!")

@bot.user_command(name="Say Hello")
async def hi(ctx, user):
    await ctx.respond(f"{ctx.author.mention} says hello to {user.name}!")

bot.run("token")

Traditional Commands Example

import discord
from discord.ext import commands

intents = discord.Intents.default()
intents.message_content = True
bot = commands.Bot(command_prefix=">", intents=intents)

@bot.command()
async def ping(ctx):
    await ctx.send("pong")

bot.run("token")

You can find more code examples in the examples directory.

Note: Make sure you do not reveal your bot token to anyone, as it can grant access to your bot.

Translations

Translation Status

Release files for py-cord-dev 2.8.0

For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.

Source distribution (sdist)

Source distribution for py-cord-dev 2.8.0
File Size Uploaded
py_cord_dev-2.8.0.tar.gz 964.6 kB Details

Built distribution (wheel)

Table of built distributions (wheels) for py-cord-dev 2.8.0
File Interpreter ABI Platform
py_cord_dev-2.8.0-py3-none-any.whl Python 3 none any Details

Total release size: 2.1 MB

Release files / py_cord_dev-2.8.0.tar.gz

Download URL py_cord_dev-2.8.0.tar.gz
Size 964.6 kB
Tags Source
SHA-256 checksum
How to use checksums
da6e0ece83f3a050de0b738514d663f9b1a74c32bf228ca945d48821f5e9d4aa
BLAKE2b-256 checksum
How to use checksums
4cfa1c24dd91b63ee7b59923e9621a9eac902b988d326369738d2b66cad465fc
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/5.1.0 CPython/3.12.5

Release files / py_cord_dev-2.8.0-py3-none-any.whl

Download URL py_cord_dev-2.8.0-py3-none-any.whl
Size 1.1 MB
Tags Python 3
SHA-256 checksum
How to use checksums
34f2313609b779eac6759d452b0a639c6356d273094197ed4a5a6ef2e147ec0c
BLAKE2b-256 checksum
How to use checksums
d2ff76bc63d78c43403adc0e8a85ae561207cfb856014f7606c854b62ab8753a
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/5.1.0 CPython/3.12.5

Release history Release notifications | RSS feed

This release

2.8.0 This release

2 release files

2.7.0

2 release files

2.6.1

2 release files

Anthropic, PBC Visionary sponsor Bloomberg Visionary sponsor Hudson River Trading Visionary sponsor Meta Visionary sponsor NVIDIA Visionary sponsor Microsoft Sustainability sponsor Depot Continuous Integration AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page