Skip to content

Commit

Permalink
Minor text correction in logs
Browse files Browse the repository at this point in the history
  • Loading branch information
Kacper1263 committed Aug 8, 2019
1 parent b50c6da commit d479f8b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# Change log:

* 08.08.2019 - Minor text correction in logs
* 06.08.2019<br/> - Variable for owner ID and administrative role name <br/> - FIXED: Checking user ID in private message didn't work.
* 03.08.2019 - <b>Merged branch with new database with master</b>
- 31.07.2019 - <b>New branch with new db</b>
Expand Down
2 changes: 1 addition & 1 deletion app.js
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ process.on('uncaughtException', function(err) {
process.on('unhandledRejection', function(er) {
//Send error in PM to bot owner
try{
console.log('**Caught exception:** ' + er);
console.log('**Unhandled rejection:** ' + er);
client.fetchUser(ownerID).then(user =>{
user.send('**Unhandled rejection:** ' + er);
});
Expand Down

0 comments on commit d479f8b

Please sign in to comment.