Advertisement
Brok3nmind

Untitled

Apr 3rd, 2019
144
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.26 KB | None | 0 0
  1. function (sinusbot, config) {
  2. var event = require('event');
  3. var engine = require('engine');
  4. event.on('clientMove', function (ev) {
  5. if (ev.fromChannel == undefined) {
  6. setTimeout(function () {
  7. ev.client.chat("Your Text");
  8. }, 1000);
  9. }
  10. });
  11. });
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement