diff --git a/README.md b/README.md index 0b994b6..9243477 100644 --- a/README.md +++ b/README.md @@ -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. diff --git a/src/store/out-of-stock.ts b/src/store/includes-labels.ts similarity index 100% rename from src/store/out-of-stock.ts rename to src/store/includes-labels.ts diff --git a/src/store/index.ts b/src/store/index.ts index ab2fb73..126f358 100644 --- a/src/store/index.ts +++ b/src/store/index.ts @@ -1,2 +1,2 @@ export * from './lookup'; -export * from './out-of-stock'; +export * from './includes-labels'; diff --git a/src/store/lookup.ts b/src/store/lookup.ts index bf84aaa..3d85f2c 100644 --- a/src/store/lookup.ts +++ b/src/store/lookup.ts @@ -4,7 +4,7 @@ import {Logger} from '../logger'; import open from 'open'; import {Store} from './model'; 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