https://github.com/arthurmelton/mass-image-to-url-with-discord
https://github.com/arthurmelton/mass-image-to-url-with-discord
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/arthurmelton/mass-image-to-url-with-discord
- Owner: arthurmelton
- Created: 2021-07-13T21:50:48.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2022-07-15T04:36:45.000Z (almost 3 years ago)
- Last Synced: 2025-04-01T23:41:01.391Z (2 months ago)
- Language: JavaScript
- Size: 61.5 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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

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