Skip to main content

The most beginner friendly discord package

Project description

Discord User PyPI version info PyPI supported Python versions

This is a very beginner friendly package for all those who wanna make a Discord bot but dont have much experience with Discord’s API Wrapper.

Installing

Python 3.5 or higher is required

  1. pip Installation

# Linux/macOS
python3 -m pip install -U esycord

# Windows
py -3 -m pip install -U esycord
  1. Manual Installation

# git/Github Desktop is needed

git clone https://github.com/Aayush-Srivastava2410/esycord.git
cd esycord
pip install -r requirements.txt
pip install -e .

Bot Example

  1. Python Example

import esycord

intents = esycord.Intents.default()
intents.message_content = True

bot = esycord.Bot('!', intents=intents)

@bot.event
async def on_message(message):
if message == 'ping':
    await message.channel.send('pong')

bot.run()
  1. Load library example.

# Windows
py -3 -m esycord -e bot
py -3 -m esycord -r esycord_example.py

# Linux/macOS
python3 -m esycord -e bot
python3 -m esycord -r esycord_example.py

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

esycord-1.6.6.tar.gz (16.7 kB view details)

Uploaded Source

Built Distribution

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

esycord-1.6.6-py3-none-any.whl (16.8 kB view details)

Uploaded Python 3

File details

Details for the file esycord-1.6.6.tar.gz.

File metadata

  • Download URL: esycord-1.6.6.tar.gz
  • Upload date:
  • Size: 16.7 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.12.4

File hashes

Hashes for esycord-1.6.6.tar.gz
Algorithm Hash digest
SHA256 37ec792def9f08a190e37d2ee6f9c0b5475b275603764d4838a59433e29303e6
MD5 17256844284b17af072cdeee79e1f90d
BLAKE2b-256 4f3fa38501f19adb12803275afc0f6d910b40b04e6048252ce95f4af67ec36d6

See more details on using hashes here.

File details

Details for the file esycord-1.6.6-py3-none-any.whl.

File metadata

  • Download URL: esycord-1.6.6-py3-none-any.whl
  • Upload date:
  • Size: 16.8 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.12.4

File hashes

Hashes for esycord-1.6.6-py3-none-any.whl
Algorithm Hash digest
SHA256 822c725f8680e87379d91e3e11f083642045f257bdf3acf386608dfad646131a
MD5 e2c7ec2ad2528c17201bdd9b0124010f
BLAKE2b-256 3d2fad998a4be4feb20e5262a524f822254e2d196a0f6cead8a0b88911f2213a

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