feat(notification): discord integration (#82)

Co-authored-by: Jef LeCompte <jeffreylec@gmail.com>
This commit is contained in:
bmalaski
2020-09-20 12:36:05 -04:00
committed by GitHub
parent 5b91065043
commit a3fc07daf0
10 changed files with 75 additions and 5 deletions
+1 -1
View File
@@ -55,7 +55,7 @@ async function main() {
* Send test email.
*/
if (Config.notifications.test) {
sendNotification('test');
sendNotification('http://test.com/', {brand: 'THE BEST BRAND', model: 'VENTUS', oosLabels: [], url: '', cartUrl: ''});
}
/**