Skip to content

dohjon/demo-bot-update

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

demo-bot-update Build Status XO code style

Demo Bot update functionality

Install

$ npm install --save demo-bot-update

Usage

const m = require('demo-bot-update');

m.updateAvailable().then(result => {
	if (result) {
		m.applyUpdate();
	}
});

Related

License

MIT © Jonathan Doherty