DAF (v2.1.4)#

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

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).

Links:

Key features#

  • Ability to run on user accounts or bot accounts

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 Direct (Private) Messages, Text channels and Voice channels

  • Advertising with either static data (text, embed, files, audio) or dynamic data (the data is obtained thru a function dynamically)

  • Logging of send attempts with JSON file logs or to a SQL server (Microsoft SQL Server only)

  • Ability to add additional application layers with help of asyncio

  • Easy to setup

Installation#

python -m pip install discord-advert-framework
py -3 -m pip install discord-advert-framework
python3 -m pip install discord-advert-framework

Some functionality needs to be installed separately.

This was done to reduce the needed space by the daf.

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