Skip to content

Latest commit

 

History

History
19 lines (18 loc) · 495 Bytes

README.md

File metadata and controls

19 lines (18 loc) · 495 Bytes

Sweeper bot

Simple discord bot used to delete images and links. More info can be found on the bot's website

Setup

Prerequisities

  • yarn

Install

yarn install

Environmental Vars

  1. DEBUG - usually set to * to show all logs
  2. DEBUG_COLORS - enables colors on debug logs when set to true
  3. DISCORD_BOT_AUTH - for discord authentication
  4. DATABASE_URL - to connect with psql database

Run

npm run start