The most beginner friendly discord package
Project description
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
pip Installation
# Linux/macOS
python3 -m pip install -U esycord
# Windows
py -3 -m pip install -U esycord
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
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()
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
Links
Project details
Release history Release notifications | RSS feed
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)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
esycord-1.6.6-py3-none-any.whl
(16.8 kB
view details)
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
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
37ec792def9f08a190e37d2ee6f9c0b5475b275603764d4838a59433e29303e6
|
|
| MD5 |
17256844284b17af072cdeee79e1f90d
|
|
| BLAKE2b-256 |
4f3fa38501f19adb12803275afc0f6d910b40b04e6048252ce95f4af67ec36d6
|
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
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
822c725f8680e87379d91e3e11f083642045f257bdf3acf386608dfad646131a
|
|
| MD5 |
e2c7ec2ad2528c17201bdd9b0124010f
|
|
| BLAKE2b-256 |
3d2fad998a4be4feb20e5262a524f822254e2d196a0f6cead8a0b88911f2213a
|