chore: add discord badge, update includes-labels

Signed-off-by: Jef LeCompte <jeffreylec@gmail.com>
This commit is contained in:
Jef LeCompte
2020-09-19 18:01:36 -04:00
parent 433fa8ca9f
commit 14b1e4cee6
4 changed files with 4 additions and 4 deletions
+2 -2
View File
@@ -1,6 +1,6 @@
# nvidia-snatcher [![ci](https://github.com/jef/nvidia-snatcher/workflows/ci/badge.svg)](https://github.com/jef/nvidia-snatcher/actions?query=workflow%3Aci) # nvidia-snatcher [![ci](https://github.com/jef/nvidia-snatcher/workflows/ci/badge.svg)](https://github.com/jef/nvidia-snatcher/actions?query=workflow%3Aci) [![discord](https://img.shields.io/discord/756303724095471617.svg?label=&logo=discord&logoColor=ffffff&color=7389D8&labelColor=6A7EC2)](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
View File
@@ -1,2 +1,2 @@
export * from './lookup'; export * from './lookup';
export * from './out-of-stock'; export * from './includes-labels';
+1 -1
View File
@@ -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