2.4.8 • Published 7 years ago

hubot-doge-utility-functions v2.4.8

Weekly downloads
3
License
MIT
Repository
github
Last release
7 years ago

hubot-doge-utility-functions

hubot-doge-utility-functions is a multi-purpose hubot utility package needed as a dependency in the doge-bot (a robust hubot housing several programs).

Installation

npm install --save hubot-doge-utility-functions

In order to access the utility functions include them at the top of your JS file:

// using ES6 destructuring to instantiate FU and RBU
const {FU, RBU} = require('hubot-doge-utility-functions')

Then access them off of the FU and RBU objects:

module.exports = (robot) => {

  // hubot robot respond method
  robot.respond(/hello world/i, (msg) => {

    RBU.newUserCheckAndCreate(robot, msg.message.user.id)


  })
}
2.4.8

7 years ago

2.4.7

7 years ago

2.4.6

7 years ago

2.4.5

7 years ago

2.3.5

7 years ago

2.3.4

7 years ago

2.3.3

7 years ago

2.3.2

7 years ago

2.3.1

7 years ago

2.3.0

7 years ago

2.2.0

7 years ago

2.1.0

7 years ago

2.0.1

7 years ago

2.0.0

7 years ago

1.4.4

7 years ago

1.4.3

7 years ago

1.4.2

7 years ago

1.3.2

7 years ago

1.3.1

7 years ago

1.3.0

7 years ago

1.2.0

7 years ago

1.1.1

7 years ago

1.1.0

7 years ago

1.0.4

7 years ago

1.0.3

7 years ago

1.0.2

7 years ago

1.0.1

7 years ago

1.0.0

7 years ago