0
0
Fork 0

Add a result webhook push for being able to log the result in a Discord channel.

This commit is contained in:
Tyler-A 2020-04-21 21:50:18 -06:00
parent b288cbb1f8
commit 804e7c7bec
3 changed files with 59 additions and 5 deletions

View file

@ -11,6 +11,9 @@ export const DISCORD_WEBHOOK: string = ``;
// default name from within Discord
export const DISCORD_WEBHOOK_USERNAME: string|undefined = undefined;
// The Discord webhook that the results of each quote
export const RESULT_WEBHOOK: string = ``;
// The file names for the database operations
export const DB_NAME: string = `used_quotes.json`
export const MSG_ID_FILE: string = `msg_id`