Skip to content

Latest commit

 

History

History
30 lines (18 loc) · 665 Bytes

README.md

File metadata and controls

30 lines (18 loc) · 665 Bytes

Harker HS Utilities Bot

A discord bot that shows today's school lunch and schedule, built by Aarav Borthakur.

Invite

Invite link.

Usage

After inviting this bot, type !harker lunch for the day's lunch and !harker schedule for the day's schedule.

Example

Hosting locally

Clone this repository.

$ git clone https://github.com/gadhagod/Harker-Utilities-Bot

Set bot token.

$ export HARKER_HS_BOT="<token>"

Install dependencies.

$ npm install

Build javascript and run bot.

$ npm start