https://github.com/shambac/mangareader-private
https://github.com/shambac/mangareader-private
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/shambac/mangareader-private
- Owner: ShambaC
- Created: 2021-12-08T08:52:01.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-12-08T08:56:51.000Z (over 4 years ago)
- Last Synced: 2025-03-03T01:27:11.436Z (over 1 year ago)
- Language: JavaScript
- Size: 13.7 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# MD Embed BOT
THe complete source code for the discord BOT MDEmbed.
This BOT looks for MangaDex links in messages and creates a better looking embed for it as the current MD embed is quite bland.
You can invite this bot to your server by clicking [here](https://discord.com/api/oauth2/authorize?client_id=916308047259918356&permissions=275414797312&scope=bot%20applications.commands).
*You can contact me at discord via ShambaC#3440 for help*
### Configuration
Open the configuration file located in the main folder `config.js`.
```js
module.exports = {
app: {
px: 'BOT prefix',
token: 'BOT token here',
playing: 'activity',
type: 'Activity type',
},
MDopt: {
Username: 'mangadex username',
Password: 'mangadex password',
}
};
```
Bot configuration
- `app/px`, the prefix that will be set to use the bot
- `app/token`, the token of the bot available on the [Discord Developers](https://discordapp.com/developers/applications) section
- `app/playing`, the activity of the bot
- `app/type`, type of the activity status //PLAYING, STREAMING, LISTENING, WATCHING, CUSTOM, COMPETING
Mangadex credentials configuration
- `MDopt/Username`, your mangadex username ( Account you want to use with the bot, preferably a separate one from your main account )
- `MDopt/Password`, password for the account username mentioned above
### Installation
You need [Node JS](https://nodejs.org/en/) (v16) for running this bot.
- Run the `install.bat` file to install the necessary dependencies.
- Run the `start.bat` file to start the bot.
### Credits
Made by ShambaC with ❤️