update/remove dependencies
This commit is contained in:
		
							parent
							
								
									0cb1d15f12
								
							
						
					
					
						commit
						a5ee79476f
					
				
					 2 changed files with 1 additions and 9 deletions
				
			
		| 
						 | 
					@ -4,20 +4,18 @@
 | 
				
			||||||
  "description": "Woomy is a all-purpose discord bot built off the guidebot base and coded in node.js using discord.js.",
 | 
					  "description": "Woomy is a all-purpose discord bot built off the guidebot base and coded in node.js using discord.js.",
 | 
				
			||||||
  "main": "index.js",
 | 
					  "main": "index.js",
 | 
				
			||||||
  "dependencies": {
 | 
					  "dependencies": {
 | 
				
			||||||
    "@discordjs/opus": "^0.1.0",
 | 
					    "@discordjs/opus": "^0.2.1",
 | 
				
			||||||
    "better-sqlite3": "^5.4.1",
 | 
					    "better-sqlite3": "^5.4.1",
 | 
				
			||||||
    "chalk": "^4.0.0",
 | 
					    "chalk": "^4.0.0",
 | 
				
			||||||
    "dblapi.js": "^2.3.1",
 | 
					    "dblapi.js": "^2.3.1",
 | 
				
			||||||
    "discord.js": "^12.0.2",
 | 
					    "discord.js": "^12.0.2",
 | 
				
			||||||
    "enmap": "^5.2.4",
 | 
					    "enmap": "^5.2.4",
 | 
				
			||||||
    "garfield": "^1.1.2",
 | 
					    "garfield": "^1.1.2",
 | 
				
			||||||
    "get-youtube-id": "^1.0.1",
 | 
					 | 
				
			||||||
    "hastebin-gen": "^2.0.5",
 | 
					    "hastebin-gen": "^2.0.5",
 | 
				
			||||||
    "moment": "^2.24.0",
 | 
					    "moment": "^2.24.0",
 | 
				
			||||||
    "moment-duration-format": "^2.3.2",
 | 
					    "moment-duration-format": "^2.3.2",
 | 
				
			||||||
    "nekos.life": "^2.0.5",
 | 
					    "nekos.life": "^2.0.5",
 | 
				
			||||||
    "node-fetch": "^2.6.0",
 | 
					    "node-fetch": "^2.6.0",
 | 
				
			||||||
    "openweather-apis": "^4.2.0",
 | 
					 | 
				
			||||||
    "prism-media": "^1.2.1",
 | 
					    "prism-media": "^1.2.1",
 | 
				
			||||||
    "randomcolor": "^0.5.4",
 | 
					    "randomcolor": "^0.5.4",
 | 
				
			||||||
    "relevant-urban": "^2.0.0",
 | 
					    "relevant-urban": "^2.0.0",
 | 
				
			||||||
| 
						 | 
					@ -25,7 +23,6 @@
 | 
				
			||||||
    "to-zalgo": "^1.0.1",
 | 
					    "to-zalgo": "^1.0.1",
 | 
				
			||||||
    "urban": "^0.3.2",
 | 
					    "urban": "^0.3.2",
 | 
				
			||||||
    "weather-js": "^2.0.0",
 | 
					    "weather-js": "^2.0.0",
 | 
				
			||||||
    "youtube-info": "^1.3.2",
 | 
					 | 
				
			||||||
    "ytdl-core-discord": "^1.2.0"
 | 
					    "ytdl-core-discord": "^1.2.0"
 | 
				
			||||||
  },
 | 
					  },
 | 
				
			||||||
  "devDependencies": {},
 | 
					  "devDependencies": {},
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -1,8 +1,3 @@
 | 
				
			||||||
const ytdl = require('ytdl-core-discord');
 | 
					 | 
				
			||||||
const youtubeInfo = require('youtube-info');
 | 
					 | 
				
			||||||
const getYoutubeId = require('get-youtube-id');
 | 
					 | 
				
			||||||
const fetch = require('node-fetch');
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
module.exports = client => {
 | 
					module.exports = client => {
 | 
				
			||||||
  // Permission level function
 | 
					  // Permission level function
 | 
				
			||||||
  client.permlevel = message => {
 | 
					  client.permlevel = message => {
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue