Skip to content

Latest commit

 

History

History
44 lines (31 loc) · 683 Bytes

File metadata and controls

44 lines (31 loc) · 683 Bytes

Los Altos Hacks Discord Bot

Features

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

Changes

  • Integrates new Discord slash commands, embeds, modeals, and buttons
  • Upgrades from the depreciated request module to axios

Installation

First, clone this repository. Then create .env with the following contents:

token=
clientId=
guildId=
staffChannelId=
attendeeRole=
apiToken=
sentryDSN=

Next, install the dependencies:

npm install

Finally, start the Discord bot:

node index.js

or simply

node .