Skip to content

Commit

Permalink
updating packages
Browse files Browse the repository at this point in the history
  • Loading branch information
DouglasMarq committed Oct 29, 2021
1 parent 883f021 commit 6f98ef2
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 13 deletions.
22 changes: 10 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,24 +32,22 @@
"url": "https://github.com/DouglasMarq/NITRA-BOT/issues"
},
"devDependencies": {
"@types/node": "^15.0.1",
"ts-node": "^9.1.1",
"@types/config": "^0.0.40",
"@types/jsonwebtoken": "^8.5.5",
"@types/lodash": "^4.14.176",
"@types/node": "^16.11.6",
"ts-node": "^10.4.0",
"tsc-watch": "^4.2.9",
"tslib": "^2.2.0",
"typescript": "^4.2.4"
},
"dependencies": {
"@discordjs/opus": "^0.5.0",
"@typeit/discord": "^4.0.9",
"@types/config": "0.0.38",
"@types/jsonwebtoken": "^8.5.0",
"@types/lodash": "^4.14.168",
"@types/mongoose": "^5.10.3",
"axios": "^0.21.1",
"axios": "^0.21.4",
"config": "^3.3.4",
"discord.js": "^12.5.3",
"dotenv": "^8.2.0",
"inversify": "^5.0.5",
"discord.js": "^13.2.0",
"discordx": "^7.1.0",
"dotenv": "^10.0.0",
"inversify": "^6.0.1",
"jsonwebtoken": "^8.5.1",
"lodash": "^4.17.21",
"mongoose": "^5.11.18",
Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion src/events/voice/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ export default class Voice {
if (!this.whitelist[message.channel.id]) return;
//to@do
}


public volumeCommand(message: CommandMessage) {
if (!this.whitelist[message.channel.id]) return;
Expand Down

0 comments on commit 6f98ef2

Please sign in to comment.