This Discord bot is designed to post an embedded train delaying information to a channel via webhook.
- Node.js
- yarn
- Typescript
- Clasp (Command Line Apps Script Projects)
Please create a .clasp.json file in the following format:
{
"scriptId": "INSERT YOUR SCRIPT ID",
"rootDir": "./dist/"
}
To use this code in a Google Apps Script project after registering the script ID, please execute the following command:
npm run build