mirror of
https://github.com/opelly27/streetmerchant.git
synced 2026-05-20 11:07:43 +00:00
feat(notification): discord integration (#82)
Co-authored-by: Jef LeCompte <jeffreylec@gmail.com>
This commit is contained in:
+1
-1
@@ -74,7 +74,7 @@ export async function lookup(browser: Browser, store: Store) {
|
||||
await open(givenUrl);
|
||||
}
|
||||
|
||||
sendNotification(givenUrl);
|
||||
sendNotification(givenUrl, link);
|
||||
}
|
||||
|
||||
await page.close();
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
interface Link {
|
||||
export interface Link {
|
||||
cartUrl?: string;
|
||||
brand: string;
|
||||
model: string;
|
||||
|
||||
Reference in New Issue
Block a user