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.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')
Links
Latest version :: 1.6
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.0.tar.gz
(11.9 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.0-py3-none-any.whl
(10.4 kB
view details)
File details
Details for the file esycord-1.6.0.tar.gz.
File metadata
- Download URL: esycord-1.6.0.tar.gz
- Upload date:
- Size: 11.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ed6a3b9f8854d122db97b8b1e7e7af1b115a372812099d6b6cc7ba1ce32e74b9
|
|
| MD5 |
7bce5ca63f0270092c241e53d782ac6d
|
|
| BLAKE2b-256 |
9d4683f5eb02dcde78780c13566b6155138c963cf009111ef598bfa459393790
|
File details
Details for the file esycord-1.6.0-py3-none-any.whl.
File metadata
- Download URL: esycord-1.6.0-py3-none-any.whl
- Upload date:
- Size: 10.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 |
c978f8aa1de7ea2950c58a255d2433a2379b1b4075718229d54b00ff7fcd034b
|
|
| MD5 |
ad4e942ec2c0a75c0cfce02520ab03c5
|
|
| BLAKE2b-256 |
8a588139f540f0f5f74817eaaf3f48a7433c979fe9a6672368f447849395b812
|