Add a result webhook push for being able to log the result in a Discord channel.
This commit is contained in:
parent
b288cbb1f8
commit
804e7c7bec
3 changed files with 59 additions and 5 deletions
|
|
@ -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`
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue