Some small discord.py functions for bot developers!
Project description
About
DiscordFuncs is a small project made to facilitate development of Discord.py projects.
This project requires Discord.py to be installed, and will install it if it is not present on the system.
Usage
- Use the command
python3 -m pip install DiscordFuncs
in terminal to install the package. (In Windows, usepy -m pip install DiscordFuncs
instead.) - Call functions like any other function in Python!
Dev Note
Thank you for using this package! Please credit it in your bot's help
command or elsewhere so others can use this package!
Modules
Bot
Bot.botInfo() (from DiscordFuncs.Bot import *
)
- Prints useful information about your system and the bot to the console.
Bot.setIntent(intentName, Value) (from DiscordFuncs.Bot import *
)
Value
must beTrue
orFalse
. Anything else will return an error.intentName
has to be one of the intents listed here.
Webhook
Webhook.sendMessage(url, content) (from DiscordFuncs.Webhook import *
)
url
has to be a valid Discord webhook URLcontent
has to be a valid string of text, or a variable that corresponds to one.
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
DiscordFuncs-1.0.0.tar.gz
(2.1 kB
view hashes)
Built Distribution
Close
Hashes for DiscordFuncs-1.0.0-py2-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 86426c3088f6f927f826b125dda0fe69e1df0fc28a8ab5126bfe29b4f66749a5 |
|
MD5 | 28f7fea521e48a2e2c0cee209db251e4 |
|
BLAKE2b-256 | 37a1e5f94c2ea98ed6e7ed3aa86c4446bdc5ae3fdddc1ca569820ca464b40336 |