Skip to content

Commit

Permalink
update version
Browse files Browse the repository at this point in the history
  • Loading branch information
muricans committed Jun 4, 2019
1 parent 1d4aaf3 commit 6fb68c5
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions mbot.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
/**
* @typedef cmds
* @property {string} id The guild servers id.
* @property {string} name The commands name.
* @property {string} message The message the command outputs.
*
*/
// init discord lib
const settings = require('./settings.json');
const pkg = require('./package.json');
Expand All @@ -24,6 +31,7 @@ const event = module.exports.event;

/**
* The custom commands in the server.
* @type {Array<cmds>}
*/
module.exports.cCommands = [];

Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mbot",
"version": "7.5.2",
"version": "7.5.3",
"description": "Private discord bot",
"main": "mbot.js",
"scripts": {
Expand Down

0 comments on commit 6fb68c5

Please sign in to comment.