Add code and config template.
This commit is contained in:
parent
e0684b963e
commit
ade3be9447
4 changed files with 98 additions and 0 deletions
11
src/config.template.ts
Normal file
11
src/config.template.ts
Normal 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 = ``;
|
||||
Loading…
Add table
Add a link
Reference in a new issue