Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/arthurmelton/mass-image-to-url-with-discord


https://github.com/arthurmelton/mass-image-to-url-with-discord

Last synced: 25 days ago
JSON representation

Awesome Lists containing this project

README

        

# mass-image-to-url-with-discord

# To run
make a file called `Config.json` and set this contents to this
```json
{
"Token": "(discord bot token)",
"Your_Discord_Id": "(Your discord id or someone you hate bc it will mass message them)",
"Image_Folder_Path": "(File directory path)",
"OutPut_Path": "(The file that all the urls will go to)",
"Delete": "(True or False)"
}
```

Your bot also needs to have this

![presence intent](https://i.imgur.com/QpT6vxJ.png)

then invite it to a server that your person is in then run the bot with `npm run start`