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.4.tar.gz
(16.6 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.4-py3-none-any.whl
(15.4 kB
view details)
File details
Details for the file esycord-1.6.4.tar.gz.
File metadata
- Download URL: esycord-1.6.4.tar.gz
- Upload date:
- Size: 16.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
0d751cd97ca36ccc29b3526eae56b9539c40b95225e91f799402be375c65ed2f
|
|
| MD5 |
563e61a19b3a65a2ea2ad54733c381d0
|
|
| BLAKE2b-256 |
5c5ddf58d09c2d53d195477ce12d0af1070bbb32000fcc6ef0dedcf3e31d3fa2
|
File details
Details for the file esycord-1.6.4-py3-none-any.whl.
File metadata
- Download URL: esycord-1.6.4-py3-none-any.whl
- Upload date:
- Size: 15.4 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 |
7957985b0a76428d34b240eebc506e6eadb2598ebdf0969faf00254b90996ad0
|
|
| MD5 |
01573fa033d37eb32fca2454c9326b44
|
|
| BLAKE2b-256 |
ccaac94fe579bf5f375b73b25973e5c23504de8c01839860344848eb2ba88191
|