The Discord Bot Functions Module contains functions to enhance and simplify your python Discord Bot.
Instalation
pip install dbfn
Usage and examples At the moment it only contains one function: Reaction Books, which allows the user to create interactable embeds
An example of a basic book
from dbfn import reactionbook
# (inside a cog)
async def function(self, ctx):
book = reactionbook(self.bot, ctx)
book.createpages("This page only has one line")
book.createpages(["This page only has...", "...two"])
await book.createbook(TITLE="Example book", MODE="numbers")
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
dbfn-1.0.6.tar.gz
(6.0 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
dbfn-1.0.6-py3-none-any.whl
(18.7 kB
view details)
File details
Details for the file dbfn-1.0.6.tar.gz.
File metadata
- Download URL: dbfn-1.0.6.tar.gz
- Upload date:
- Size: 6.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via:
twine/3.2.0 pkginfo/1.6.1 requests/2.24.0 setuptools/49.2.1 requests-toolbelt/0.9.1 tqdm/4.51.0 CPython/3.8.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
cd4dbd6b248386be116cd4d32d1e0a08420fd34b4774e37d3aaf4f5f57a4b70e
|
|
| MD5 |
bb626d0f3a6576f9d47430c996932e9f
|
|
| BLAKE2b-256 |
307b98ba54f96719e33bc241cc9b785f53ad39a64f6744fff67b25e30c360ccc
|
File details
Details for the file dbfn-1.0.6-py3-none-any.whl.
File metadata
- Download URL: dbfn-1.0.6-py3-none-any.whl
- Upload date:
- Size: 18.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via:
twine/3.2.0 pkginfo/1.6.1 requests/2.24.0 setuptools/49.2.1 requests-toolbelt/0.9.1 tqdm/4.51.0 CPython/3.8.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
62639ffc7446c9d5ef91b9259b829f0b4547ccc56b03eca8ae4bcdab0821d6f0
|
|
| MD5 |
113fcfc1c070f3a88c0d11c6e94c646e
|
|
| BLAKE2b-256 |
95220c1065ea6760e74d07cafd10fbf89ce637e9d24c194764b68d37b09f99f9
|