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.11 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

import esycord

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

bot = esycord.Bot('!', intents=intents)
@bot.event
async def on_ready():
    print(f'Logged in as {bot.user}')

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

bot.run('token')

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.3.tar.gz (15.9 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.3-py3-none-any.whl (14.8 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: esycord-1.6.3.tar.gz
  • Upload date:
  • Size: 15.9 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.3.tar.gz
Algorithm Hash digest
SHA256 e6aefeadeefc1ed22087387e3bacb5eb3a88382162b51bcf2b5d84bdc6f6ea51
MD5 468246863e01ab3c9ccf301d4ae59ac3
BLAKE2b-256 697a411b1c9780138049d5d2e0d35921dd95629de398f10bc116663293778c0e

See more details on using hashes here.

File details

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

File metadata

  • Download URL: esycord-1.6.3-py3-none-any.whl
  • Upload date:
  • Size: 14.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.3-py3-none-any.whl
Algorithm Hash digest
SHA256 4646c66cd6645a7292146f2de1c06766629ef8498b33792e1d0917db7d9cf46b
MD5 2b8002e90209c06523b601ea4f0a69e2
BLAKE2b-256 c5ede3dbf8abb800241a35cd72cc476425de87e4121ab030b5ea97db0b385b44

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