1.0.1 • Published 6 years ago

streamspam v1.0.1

Weekly downloads
1
License
ISC
Repository
-
Last release
6 years ago

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();
1.0.1

6 years ago

1.0.0

6 years ago