DAF (v2.6.4)#

The Discord advertisement framework is a Python based shilling framework that allows easy advertising on Discord.

Key features#

  • Graphical Interface (GUI) / Console (script)

  • Multi-account support

  • Periodic and scheduled advertisements,

  • Logging and analytics of sent messages (including SQL) - Logging (core)

  • Easy to setup

  • Asynchronous

Caution

While running this on user accounts is possible, it is against Discord’s ToS. I am not responsible if your account get’s disabled for using self-bots!

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.

  • Listing 1 Voice Messaging / AUDIO#
    pip install discord-advert-framework[voice]
    
  • Listing 2 Proxy support#
    pip install discord-advert-framework[proxy]
    
  • Listing 3 SQL logging#
    pip install discord-advert-framework[sql]
    

Install all of the (left) optional dependencies

  • Listing 4 All#
    pip install discord-advert-framework[all]
    

Table of contents#