:A simple library for add new functions the Pycord
Project description
NewFunctionsPYC
:A simple library for add new functions the Pycord
Usage:
install with pip
pip install NewFunctionsPYC
pip install -U git+https://github.com/Marciel404/NewFunctionsPYC (Instable)
Import on your code:
import NewFunctionsPYC
Run it
#More exemples in https://github.com/Marciel404/NewFunctionsPYC/tree/main/exemples
Using EmbedBuilder:
>>> from NewFunctionsPYC import EmbedBuilder
>>> from hexacolors import stringColor # "pip install hexacolors" for use this
>>>
>>> e: EmbedBuilder = EmbedBuilder()
>>>
>>> e.set_title("Title")
>>>
>>> e.set_description("Description")
>>>
>>> e.set_color(stringColor("indigo"))
>>>
>>> channel.send(embed = e.build())
Using client:
>>> import NewFunctionsPYC
>>>
>>> client = NewFunctionsPYC.client("tokenBot")
>>>
>>> client.load_cogs("commands")
>>>
>>> client.__run__()
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
NewFunctionsPYC-1.3.2.tar.gz
(5.4 kB
view details)
File details
Details for the file NewFunctionsPYC-1.3.2.tar.gz
.
File metadata
- Download URL: NewFunctionsPYC-1.3.2.tar.gz
- Upload date:
- Size: 5.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | f6f37a4e5ab3dea13e8f3499cb48bdde16b459bb8529b646c4173ff4fcc8d6e2 |
|
MD5 | 51806b41a233646d22772145f41e1451 |
|
BLAKE2b-256 | 08b68460b0f50b03a77847ecaeaea81bdb43b1363d5959f1ce35c31d0bcbd1c5 |