Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
bumped version number and added to changelog
  • Loading branch information
reactivepixel committed Nov 13, 2019
commit e6ec51da12218f0d8fdd1a38052cca00db02d2cb
2 changes: 1 addition & 1 deletion bot/client.js
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ client.on('message', (message) => {
util.log('Command message received', message.content, 0);

// Build basic help string
let helpString = 'v1.6.0 Discovered Commands:\n\n\t**<> - Required Item\t\t[] - Optional Item**';
let helpString = 'v1.7.0 Discovered Commands:\n\n\t**<> - Required Item\t\t[] - Optional Item**';

// Process message against every controller
Object.keys(controllers).forEach((key) => {
Expand Down
4 changes: 4 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## [v1.7.0](https://github.com/reactivepixel/Max-Bot/releases/tag/v1.7.0)

* Roles are now dynamically blocked by the role `MAX_SELF_ASSIGN_ROLE`. Only roles below this are valid for self assignment.

## [v1.6.0](https://github.com/reactivepixel/Max-Bot/releases/tag/v1.6.0)

Max has been moved from a VPS on Digital Ocean running on Docker and a Docker Maria DB Container onto Heroku using a JawsMariaDB resource. Additional enhancements have been made to the fs.armada.bot@gmail.com gmail account to enable 2-factor Auth and a bypass key for Max has been generated.
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "max",
"version": "1.6.0",
"version": "1.7.0",
"description": "",
"main": "bot/client.js",
"engines": {
Expand Down
Loading