Add code and config template.

This commit is contained in:
Tyler-A 2019-12-31 15:18:27 -07:00
parent e0684b963e
commit ade3be9447
4 changed files with 98 additions and 0 deletions

11
src/config.template.ts Normal file
View file

@ -0,0 +1,11 @@
// The number of seconds between each push, this must be a minimum of 300
export const DELAY: number = 24 * 60 * 60
// The twitch.center URL for the quotes list, this endpoint must return a
// plaintext response with newline characters separating each quote
export const QUOTE_URL: string = ``;
// The Discord webhook URL that we are sending the quotes to.
export const DISCORD_WEBHOOK: string = ``;