/lunch-bot

🍱 Discord bot that decides where to go for lunch

Primary LanguageJavaScript

Lunch Bot

Made by interns who have had a hard time deciding where to 打包 lunch from.

The code was written during a slow work morning. This bot base can be used for quick prototyping.

Requirements

  • Node.js
  • Redis

Installation

git clone git@github.com:pyraxo/lunch-bot.git
npm i
cp .env.example .env
nano .env   # Edit .env accordingly, refer to .env.example
npm start