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 1d271f7 commit c39f9eb
Show file tree
Hide file tree
Showing 4 changed files with 43 additions and 0 deletions.
20 changes: 20 additions & 0 deletions backend/node_modules/.package-lock.json

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

21 changes: 21 additions & 0 deletions backend/package-lock.json

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

1 change: 1 addition & 0 deletions backend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@
"humanize-duration": "^3.31.0",
"lodash": "^4.17.21",
"moment": "^2.29.4",
"node": "^21.1.0",
"node-events": "^0.0.2",
"node-fetch": "^3.3.2",
"node-superfetch": "^0.3.3",
Expand Down
1 change: 1 addition & 0 deletions backend/server.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ const express = require('express');
const axios = require('axios');
const { Pool } = require('pg');
const winston = require('winston');
import EventEmitter from 'node:events';
const { Client, GatewayIntentBits } = require('discord.js');
const client = new Client({ intents: [GatewayIntentBits.Guilds] });
require('dotenv').config({path: '../.env'});
Expand Down

0 comments on commit c39f9eb

Please sign in to comment.