DAF (v2.5.5)#
The Discord advertisement framework is a Python based shilling framework that allows easy advertising on Discord.
Links#
This framework uses a Discord API wrapper called PyCord and it is built to allow working directly with Pycord (eg. framework objects accept Pycord objects as arguments).
Key features#
Ability to run on multiple accounts at once, either on a personal account or as normal bot account.
Caution
While running this on user accounts is possible, it is not recommended since it is against Discord’s ToS. I am not responsible if your account get’s disabled for using self-bots!
Periodic advertisement to different channels,
Login with username/password - Automatic login,
Automatic guild discovery and join - Automatic guild discovery and join,
Logging of sent messages (including SQL) - Logging
Async framework
Easy to setup, with minimal code
Installation#
DAF can be installed though command prompt/terminal using the bottom commands.
Pre-requirement: Python (minimum v3.8)
pip install discord-advert-framework
Some functionality needs to be installed separately. This was done to reduce the needed space by the daf.
pip install discord-advert-framework[voice]
pip install discord-advert-framework[proxy]
pip install discord-advert-framework[sql]
Install all of the (left) optional dependencies
pip install discord-advert-framework[all]