generated from voidf1sh/discord-bot-template
	Init package and install dependencies
This commit is contained in:
		
							parent
							
								
									e3caebcb85
								
							
						
					
					
						commit
						5210f8f40f
					
				| @ -1,5 +1,5 @@ | |||||||
| # Discord Bot Template | # NodBot v4 | ||||||
| This is a very basic Discord.js v14 bot template. This is meant to be an easy jumping-off point for quick bot creation without having to set up the basics every time. | This repository is my working repo for a ground-up rewrite of NodBot's code to make it more stable and usable. | ||||||
| 
 | 
 | ||||||
| # Dependencies | # Dependencies | ||||||
| * `dotenv` | * `dotenv` | ||||||
|  | |||||||
							
								
								
									
										15
									
								
								package.json
									
									
									
									
									
								
							
							
						
						
									
										15
									
								
								package.json
									
									
									
									
									
								
							| @ -1,7 +1,16 @@ | |||||||
| { | { | ||||||
|   "dependencies": { |   "dependencies": { | ||||||
|     "discord.js": "^14.7.1", |     "discord.js": "^14.15.3", | ||||||
|     "dotenv": "^16.0.3", |     "dotenv": "^16.4.5", | ||||||
|     "string.prototype.replaceall": "^1.0.7" |     "string.prototype.replaceall": "^1.0.7" | ||||||
|   } |   }, | ||||||
|  |   "name": "nodbot-rewrite", | ||||||
|  |   "version": "1.0.0", | ||||||
|  |   "description": "Ground-up rewrite of NodBot for v4", | ||||||
|  |   "main": "main.js", | ||||||
|  |   "scripts": { | ||||||
|  |     "test": "echo \"Error: no test specified\" && exit 1" | ||||||
|  |   }, | ||||||
|  |   "author": "", | ||||||
|  |   "license": "ISC" | ||||||
| } | } | ||||||
|  | |||||||
		Loading…
	
		Reference in New Issue
	
	Block a user