streamspam

1.0.1 • Public • Published

Spam

A stream spamming prank module.

Setup

const Spam = require('streamspam'),
spam = new Spam({
    interval: 50,
    mode_m: "linear-top" || "linear-bottom" || "random" || "random-unique",
    mode_t: {
        frontColor: ['white', 'red'] || 'green' || 'random',
        backColor: ['white', 'red'] || 'green' || 'random',
        letters: 'abcdefg'|| ['a', 'b', 'c']
    }
}); //default
spam.tick();
//spam.stop();

Readme

Keywords

Package Sidebar

Install

npm i streamspam

Weekly Downloads

4

Version

1.0.1

License

ISC

Unpacked Size

80.2 kB

Total Files

10

Last publish

Collaborators

  • valentin_h