Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/arthurmelton/mass-image-to-url-with-discord
- Owner: arthurmelton
- Created: 2021-07-13T21:50:48.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2022-07-15T04:36:45.000Z (over 2 years ago)
- Last Synced: 2024-12-09T09:08:59.964Z (about 1 month 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
![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`