Skip to content

Latest commit

 

History

History
42 lines (27 loc) · 717 Bytes

README.md

File metadata and controls

42 lines (27 loc) · 717 Bytes

Lucky discord

Made for ZSK

Chcesz szybko dowiedzieć się jaki jest dzisiaj szczęśliwy numerek? Wyślij na discordzie klasowym wiadomość !lucky i tyle.

Setup

git clone https://github.com/latachz/send-lucky-discord.git
# Clone this repo

npm install
# Run dependencies

Create ./config.json and paste there your configuration:

{
  "1": "John Snow",
  "2": "Perry the Platypus",
  "3": "Elon MusK"
}

Create ./.env and paste there your configuration:

TOKEN=your_token
npm start
# Run app

Deploy it on Heroku or Netlify.