ef4bb487df3cce553dcbfb76941f92ffd4761c90
				
			
			
		
	Requirements
- yarn
 - npm
 
Environment Variables
BOT_TOKEN-> acquire this from your Discord Application PageGUILD_ID-> the guild this bot should be active in. Still needs to be determined manually for the moment.CLIENT_ID-> not used right now
If you want to use this locally put these values into a file called .env in the project root.
BOT_TOKEN=<value here>
GUILD_ID=<value here>
CLIENT_ID=<value here>
Usage
- Clone repo
 - cd into dir
 yarn install
Building
yarn run build
Start local instance
yarn run watchfor hot recompile on changesyarn run monitorfor hot reload on recompile
Start normal instance
yarn run start
Description
				
					Languages
				
				
								
								
									TypeScript
								
								98.1%
							
						
							
								
								
									JavaScript
								
								1.9%