Skip to content

Commit

Permalink
Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
Alefas committed Apr 13, 2016
1 parent 84279a4 commit b8f3ee4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bot.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,13 @@
var http = require("http");
var pg = require('pg');

/*http.createServer(function(request, response) {
http.createServer(function(request, response) {
response.writeHead(200, {"Content-Type": "text/plain"});
response.write("Hello World");
response.end();

console.log("I am working");
}).listen(process.env.PORT || 443);*/
}).listen(process.env.PORT || 443);

var process_token = process.env.token;
if (!process_token) {
Expand Down

0 comments on commit b8f3ee4

Please sign in to comment.