Skip to content

LosAltosHacks/discord-bot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Los Altos Hacks IV Discord Bot

Features

  • Get staff assistance
  • Answer frequently answered questions
  • Verify attendee emails

Set Up

First, clone this repository. Then create the file secrets.json with the following contents:

{
	"DISCORD_DEVELOPER_SECRET": "your Discord bot client secret",
	"BACKEND_JWT_TOKEN": "your backent JWT token for the registration dashboard"
}

Next, install the dependencies:

npm install

Finally, start the Discord bot:

node app.js

About

Discord bot for the Los Altos Hacks Discord

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published