Skip to content

Commit

Permalink
updates
Browse files Browse the repository at this point in the history
  • Loading branch information
EngineerShawn committed Nov 18, 2023
1 parent 5cc897e commit 8cdd57e
Show file tree
Hide file tree
Showing 34 changed files with 8,604 additions and 1,557 deletions.
4 changes: 3 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
node_modules
.env
.env.*
.env.*
dependencies.bash
combined.log
1 change: 1 addition & 0 deletions backend/combined.log
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,4 @@
{"level":"info","message":"Server is running on port 3000","timestamp":"2023-11-18T14:55:53.126Z"}
{"level":"info","message":"Server is running on port 3000","timestamp":"2023-11-18T14:56:27.506Z"}
{"level":"info","message":"Server is running on port 3000","timestamp":"2023-11-18T14:56:59.694Z"}
{"level":"info","message":"Server is running on port 3000","timestamp":"2023-11-18T17:05:54.711Z"}
1,372 changes: 1,363 additions & 9 deletions backend/package-lock.json

Large diffs are not rendered by default.

22 changes: 20 additions & 2 deletions backend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "backend",
"version": "1.0.0",
"description": "",
"main": "index.js",
"main": "server.js",
"scripts": {
"start": "node server.js",
"build": "npm install",
Expand All @@ -13,11 +13,29 @@
"license": "ISC",
"dependencies": {
"axios": "^1.6.2",
"body-parser": "^1.20.2",
"common-tags": "^1.8.2",
"discord-backup": "^3.3.2",
"discord-giveaways": "^6.0.1",
"discord-xp": "^1.1.16",
"discord.js": "^14.14.1",
"discord.js-akinator": "^4.1.2",
"events": "^3.3.0",
"express": "^4.18.2",
"express-session": "^1.17.3",
"fs": "^0.0.1-security",
"http": "^0.0.1-security",
"https": "^1.0.0",
"humanize-duration": "^3.31.0",
"lodash": "^4.17.21",
"moment": "^2.29.4",
"node-superfetch": "^0.3.3",
"path": "^0.12.7",
"pg": "^8.11.3",
"winston": "^3.11.0"
"winston": "^3.11.0",
"youtube-sr": "^4.3.9",
"yt-search": "^2.10.4",
"ytsr": "^3.8.4"
},
"devDependencies": {
"dotenv": "^16.3.1"
Expand Down
13 changes: 13 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion projects/nova-ai-discord/config.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
const path = require('path');
require('../../backend/server').config();
require('../../backend/server');
require('dotenv').config({path: '../../.env'});
module.exports = {
bot: {
Expand Down
Loading

0 comments on commit 8cdd57e

Please sign in to comment.