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

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

# Windows
py -3 -m pip install -U esycord

Bot Example

import esycord
from esycord import discord

intents = discord.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')

Future

  • Automod

  • Full Voice Support

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.5.tar.gz (14.1 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.5-py3-none-any.whl (9.0 kB view details)

Uploaded Python 3

File details

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

File metadata

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

File hashes

Hashes for esycord-1.5.tar.gz
Algorithm Hash digest
SHA256 04692ba2c05624e71454a74f15e8a313de48e70e70e4b226acd6926b62d95308
MD5 861075d3a4d6f9ba4a531ee0fc5d2ee9
BLAKE2b-256 86e362699b57d7b0e98f4cfc0eb8c85b9d162ef895126cb64090510ce59dda62

See more details on using hashes here.

File details

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

File metadata

  • Download URL: esycord-1.5-py3-none-any.whl
  • Upload date:
  • Size: 9.0 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.5-py3-none-any.whl
Algorithm Hash digest
SHA256 f69f1f52c1ebee0a99f1ba61c7d76e362b6f1db4e533ef52c8947a24e308678b
MD5 00e7192dd8c301179438ccfc3431f7d1
BLAKE2b-256 9ce6e6b7d6aee7085c4b1d7d89a20a01ecba817c6cf3a1e7fe18e21856c5c2bd

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