Skip to content

Commit

Permalink
im slowly dying inside
Browse files Browse the repository at this point in the history
  • Loading branch information
DeveloperNeon authored Jun 1, 2021
1 parent f7f8a73 commit e0b5115
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app.js
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,7 @@ app.post('/custom', (req, res) => {
} else if (isNaN(req.body.btncnt)) {
console.log(req.body.btncnt + ' doesnt appear to be a number. I have set the button count to 0.')
}
activity.assets = assets;
client.on('ready', () => {
client.request('SET_ACTIVITY', {
pid: process.pid,
Expand Down

0 comments on commit e0b5115

Please sign in to comment.