When running the script the output will look like this:
For this to properly work it reads the RSS feed provided, then processes the data and the script then forwards it to Discord via a webhook.
- Send the updates to multiple discord servers
- Easy manga filtering (whitelist)
- Mention multiple roles on the manga whitelisted
- It let you know if there's an update of the script available
Prerequisites:
- A Google account
-
Create a new Google Spreadsheet document (sheets.new)
-
Paste all the code of
Code.gs
on the newly created.gs
. -
Create a new script file named
helper
and paste all the code fromhelper.gs
inside it.
If you chose a different time interval, don't forget to change the first line on
Code.gs
:
-
Log in on MangaDex
-
Go to mangadex.org/updates and copy the RSS link
Prerequisites:
- A Discord account
- Have certain permissions on a server
- On your discord server, go to
Server Settings > Integrations
and create a new webhook:
- Copy the webhook url and paste it on the
webhooks
sheet
To change it's name and avatar just edit these lines on
Code.gs
:
Example:
To have the script send it to more than one webhook, just paste others in the same column
- Just add the mangas ids on the first column on the
filters
sheet
To use the role mentioning just copy the id of the role you want to be mentioned and paste it besides the manga id
Be sure to enable developer mode to be able to copy the role id
To mention more than one role per manga just repeat the manga id, useful for an "All mangas" role