mirror of
https://github.com/opelly27/streetmerchant.git
synced 2026-05-20 06:27:38 +00:00
chore: add discord badge, update includes-labels
Signed-off-by: Jef LeCompte <jeffreylec@gmail.com>
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
# nvidia-snatcher [](https://github.com/jef/nvidia-snatcher/actions?query=workflow%3Aci)
|
# nvidia-snatcher [](https://github.com/jef/nvidia-snatcher/actions?query=workflow%3Aci) [](https://discord.gg/Cyc7nrz)
|
||||||
|
|
||||||
[FAQ](#FAQ) | [Discord](https://discord.gg/3duFzwk) | [Issues](https://github.com/jef/nvidia-snatcher/issues) | [Wiki](https://github.com/jef/nvidia-snatcher/wiki)
|
[FAQ](#FAQ) | [Issues](https://github.com/jef/nvidia-snatcher/issues) | [Wiki](https://github.com/jef/nvidia-snatcher/wiki)
|
||||||
|
|
||||||
The purpose of this bot is to get an Nvidia card. It tries multiple things to do that.
|
The purpose of this bot is to get an Nvidia card. It tries multiple things to do that.
|
||||||
|
|
||||||
|
|||||||
+1
-1
@@ -1,2 +1,2 @@
|
|||||||
export * from './lookup';
|
export * from './lookup';
|
||||||
export * from './out-of-stock';
|
export * from './includes-labels';
|
||||||
|
|||||||
+1
-1
@@ -4,7 +4,7 @@ import {Logger} from '../logger';
|
|||||||
import open from 'open';
|
import open from 'open';
|
||||||
import {Store} from './model';
|
import {Store} from './model';
|
||||||
import {sendNotification} from '../notification';
|
import {sendNotification} from '../notification';
|
||||||
import {includesLabels} from './out-of-stock';
|
import {includesLabels} from './includes-labels';
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Returns true if the brand should be checked for stock
|
* Returns true if the brand should be checked for stock
|
||||||
|
|||||||
Reference in New Issue
Block a user