spectreassistant
TypeScript icon, indicating that this package has built-in type declarations

1.0.6 • Public • Published

SpectreAssistant

Add to your code

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

Package Sidebar

Install

npm i spectreassistant

Weekly Downloads

7

Version

1.0.6

License

MIT

Unpacked Size

5.28 kB

Total Files

7

Last publish

Collaborators

  • lordalex2015