Socket
Socket
Sign inDemoInstall

discord-temp-channels

Package Overview
Dependencies
98
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.3 to 1.0.4

6

package.json
{
"name": "discord-temp-channels",
"version": "1.0.3",
"version": "1.0.4",
"description": "Simple framework to facilitate the creation of a temporary voice channels system using Discord.js",

@@ -22,8 +22,8 @@ "main": "lib/index.js",

"devDependencies": {
"@types/node": "^13.9.1",
"@types/node": "^14.0.1",
"@types/ws": "^7.2.2",
"tslint": "^6.1.0",
"tslint-config-prettier": "^1.18.0",
"typescript": "^3.8.3"
"typescript": "^4.1.3"
}
}

@@ -143,2 +143,3 @@ # Discord Temporary Voice Channels

client.on("ready", () => {
if (!db.get("temp-channels")) db.set("temp-channels", []);
db.get("temp-channels").forEach((channelData) => {

@@ -145,0 +146,0 @@ tempChannels.registerChannel(channelData.channelID, channelData.options);

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc