Skip to content

Nyxoy201/Easy-DmAll-Bot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🔑 Easy DmAll Bot 🤖


🔱 » Menu

🛠 » Features

  1. DmAll with custom message
  2. DmAll with custom embed

📁 » Setting up

  1. Install Python and add to PATH.
  2. Install the requirements → launch setup.bat.
  3. Run it with start.bat.

⚙ » Config

Change some embed settings in config.json :

{
  "dm_config": {
    "title": "Your title",
    "description": "Your Description",
    "color": 4886754,
    "thumbnail": "https://image.png/",
    "fields": [
      {
        "name": "Field 1",
        "value": "Value 1",
        "inline": false
      },
      {
        "name": "Field 2",
        "value": "Value 2",
        "inline": false
      },
      {
        "name": "Field 3",
        "value": "Value 3",
        "inline": false
      }
    ],
    "footer": {
      "text": "Join or gay",
      "icon_url": "https://image.png/"
    }
  }
}

The script was made by Nyxoy

Thanks to Nekros for this nice readme template that saved me time. <3