# spectreassistant

> SpectreAssistant for Spectre

Latest version **1.0.6** (published 2021-10-17) · MIT license · 0 weekly downloads

## Install

```sh
npm install spectreassistant
pnpm add spectreassistant
yarn add spectreassistant
bun add spectreassistant
```

## Health

**Score 25/100 (F)** — status: abandoned.

Positive: has types; no vulnerabilities; high quality score.

Warnings: low downloads; no esm support.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 1.0.6 |
| Published | 2021-10-17 |
| First published | 2021-10-17 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | bundled |
| Module format | CommonJS |
| Dependencies | 1 |
| Unpacked size | 5.2 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 0 |
| Author | ArviX#8443 |
| Maintainers | lordalex2015 |
| Keywords | Spectre, SpectreAssistant |

## Links

- npm: https://www.npmjs.com/package/spectreassistant
- Repository: https://github.com/LordAlex2015/SpectreAssistant
- Homepage: https://github.com/LordAlex2015/SpectreAssistant#readme
- Issues: https://github.com/LordAlex2015/SpectreAssistant/issues
- npm.io page: https://npm.io/package/spectreassistant

## Dependencies (1)

- [redis](https://npm.io/package/redis.md) ^3.1.2

## Recent versions

- 1.0.6 (latest) — 2021-10-17
- 1.0.5 — 2021-10-17
- 1.0.4 — 2021-10-17
- 1.0.3 — 2021-10-17
- 1.0.2 — 2021-10-17
- 1.0.1 — 2021-10-17
- 1.0.0 — 2021-10-17

## README

# SpectreAssistant

## Add to your code
```js
const SpectreAssistant = require("spectreassistant");

// Creating an instance of Spectre Assistant
client.Spectre = new SpectreAssistant({ host: 'localhost', password: '' }); 
// ...
// Validating your action
message.channel.send("Hey!").then(m => client.Spectre.validate(m, "messageCreate"));

// Or
// Creating an instance of Spectre Assistant
const Spectre = new SpectreAssistant({ host: 'localhost', password: '' });
// ...
// Validating your action
message.channel.send("Hey!").then(m => Spectre.validate(m, "messageCreate"));
```

### [Spectre on Github](https://github.com/LordAlex2015/Spectre)

---
_Source: https://npm.io/package/spectreassistant · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
