@@ -1,6 +1,11 @@ | |||
const Discord = require('discord.js'); | |||
const client = new Discord.Client(); | |||
const express = require('express') | |||
const app = express() | |||
app.use(express.static('public')); | |||
app.listen(process.env.PORT, () => console.log(`App listening on port ${process.env.PORT}!`)) | |||
const responseObject = { | |||
"test": "It worked!", | |||
"best girl?": "Big Band.", |