Skip to content

Commit

Permalink
changes
Browse files Browse the repository at this point in the history
  • Loading branch information
EngineerShawn committed Nov 18, 2023
1 parent 82b4be5 commit 78e4e07
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@

node_modules
.env
.env.*
dependencies.bash
Expand Down
1 change: 1 addition & 0 deletions backend/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
node_modules
2 changes: 2 additions & 0 deletions backend/combined.log
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,5 @@
{"level":"info","message":"Server is running on port 3000","timestamp":"2023-11-18T17:05:54.711Z"}
{"level":"info","message":"Server is running on port 3000","timestamp":"2023-11-18T18:42:38.861Z"}
{"level":"info","message":"Server is running on port 3000","timestamp":"2023-11-18T18:55:17.024Z"}
{"level":"info","message":"Server is running on port 3000","timestamp":"2023-11-18T19:08:02.950Z"}
{"level":"info","message":"Server is running on port 3000","timestamp":"2023-11-18T19:20:14.632Z"}
1 change: 0 additions & 1 deletion backend/server.js
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,6 @@ client.once('ready', () => {
console.log('NovaAI is Online!');
});
client.login(process.env.NOVA_BOT_TOKEN);
console.log(client.login(process.env.NOVA_BOT_TOKEN))

// Export for testing purposes
module.exports = app;
1 change: 0 additions & 1 deletion projects/nova-ai-discord/config.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
const path = require('path');
require('../../backend/server');
require('dotenv').config({path: '../../.env'});
module.exports = {
bot: {
Expand Down

0 comments on commit 78e4e07

Please sign in to comment.