Skip to content

Commit

Permalink
removed merge conflicts
Browse files Browse the repository at this point in the history
  • Loading branch information
Jabster28 committed Nov 25, 2018
1 parent 8987289 commit 51ec15a
Showing 1 changed file with 3 additions and 8 deletions.
11 changes: 3 additions & 8 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -586,7 +586,7 @@ client:run('Bot NDg3OTE4NTU0Nzc2MzM4NDMy.DnWdEg.0Tm5zm8cNxGi1QUtMCEN1OwlaEk')
*/
//} of jsify


client.login(token);
var http = require('http');

io.metric({
Expand All @@ -601,11 +601,8 @@ io.metric({
type: 'metric',
name: 'Status',
value: function() {
<<<<<<< Updated upstream
return 2//client.user.presence.status;
=======
return "N/A" // return client.user.presence.status;
>>>>>>> Stashed changes
return "N/A";
// return client.user.presence.status;
}
});

Expand Down Expand Up @@ -720,5 +717,3 @@ http.createServer(function (req, res) {
res.end();
}).listen(8080);
*/

client.login(token);

0 comments on commit 51ec15a

Please sign in to comment.