DmAll with custom message
DmAll with custom embed
- Install Python and add to PATH.
- Install the requirements → launch
setup.bat
. - Run it with
start.bat
.
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/"
}
}
}
Thanks to Nekros for this nice readme template that saved me time. <3