Skip to content

Commit

Permalink
Big update, check description
Browse files Browse the repository at this point in the history
A lot of functions and events are now in seperate files, everything
thats left from index.js is now in src/app.js, added ava testing and nyc
code coverage check, fixed some bugs, updated the readme
  • Loading branch information
explodingcamera committed Apr 21, 2016
1 parent 11bbcc2 commit 4afda76
Show file tree
Hide file tree
Showing 8 changed files with 789 additions and 577 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
node_modules
testing.js
test/npm-debug.log
.nyc_output/
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@ deploy:
secure: gFR72hll7LrOld2tWIE7h2dZKsy01bN2Bw3a1VxBg56TGot3926DaL6FwZVLGbAb8/1YtINoW1GDdSBIR1Bf51qPVDfSMfWoW1JDkzr//WXq5nqYanyYXxwTlMk1Qdap8UyWF9Xv6ESLjg5pg+jS2Js/A9P7PNZk4/MXEFrg/t6vVJsb6VDXeHE0VgG9JZaOpgb/taLX7DCCOR/ToNTFtCui29PFS2ueVtIhs740jeo70eIMqNx5idkPuzXcIJE8lB+z22dfjKcKJlGeIyboIKeL3AGTMO/uBwjVEi7NUmWup3MDq9hE4+jvv3GPT43vvZwxA3ynhNvkMde43ymMwvPLudqEgDgJf9T1ZOEb0uBk5XfvnIqulZjEUZ8TAYRqS+3w3kBx2+ee6JT4/o07L8IFaSwqt1DYdFDKz2loFHW0oLJUCe+/T23QIVrHS1vwLu9FxIjCxBc3mGmmzwgNYpyeNaQXssyVDkTXP0zW2wrkqENeVx6PsS2G6RIA7/c5s04qhteeQ8FNVCtEltSa9zXCpEPtpl4GTSFyaU4YuFmEn4ghXjhi0Yt3005lL9BwPIp1vDnEz1ZxSk73/StYY3lPqmh9V66ESo7lNWUu0eN2lWkgVHjfQaJOt1oF1b6+GdDnvaFCsI/vVtNUFEA5BgCPaZAmqai2yZi4TFhe4V8=
on:
tags: true
repo: musiqpad/mqp-node-api
repo: musiqpad/mqp-node-api
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

API for creating musiqpad bots

[![Version npm](https://img.shields.io/npm/v/mqp-api.svg?style=flat-square)](https://www.npmjs.com/package/mqp-api)[![npm Downloads](https://img.shields.io/npm/dm/mqp-api.svg?style=flat-square)](https://www.npmjs.com/package/mqp-api)
[![Version npm](https://img.shields.io/npm/v/mqp-api.svg?style=flat-square)](https://www.npmjs.com/package/mqp-api)[![npm Downloads](https://img.shields.io/npm/dm/mqp-api.svg?style=flat-square)](https://www.npmjs.com/package/mqp-api) [![Build Status](https://travis-ci.org/musiqpad/mqp-node-api.svg?branch=master)](https://travis-ci.org/musiqpad/mqp-server)

[![NPM](https://nodei.co/npm/mqp-api.png)](https://npmjs.org/package/mqp-api)

Expand Down Expand Up @@ -199,7 +199,7 @@ bot.sendPrivateMessage(7, "Hey, what's up?")

--------------------------------------------------------------------------------

joinQueue(): //leaveQueue, lockQueue, cycle and skip are the same.
joinQueue(): //leaveQueue, lockQueue, unlockQueue, toggleLockQueue, cycle and skip are the same.

```js
bot.joinQueue()
Expand Down
Loading

0 comments on commit 4afda76

Please sign in to comment.