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
Future
Automod
Full Voice Support
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.5.tar.gz
(14.1 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.5-py3-none-any.whl
(9.0 kB
view details)
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
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
04692ba2c05624e71454a74f15e8a313de48e70e70e4b226acd6926b62d95308
|
|
| MD5 |
861075d3a4d6f9ba4a531ee0fc5d2ee9
|
|
| BLAKE2b-256 |
86e362699b57d7b0e98f4cfc0eb8c85b9d162ef895126cb64090510ce59dda62
|
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
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
f69f1f52c1ebee0a99f1ba61c7d76e362b6f1db4e533ef52c8947a24e308678b
|
|
| MD5 |
00e7192dd8c301179438ccfc3431f7d1
|
|
| BLAKE2b-256 |
9ce6e6b7d6aee7085c4b1d7d89a20a01ecba817c6cf3a1e7fe18e21856c5c2bd
|