Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 408 Bytes

README.md

File metadata and controls

10 lines (7 loc) · 408 Bytes

@findmodbot on Telegram

Overview

This repository holds the code for @findmodbot on Telegram.

To run this locally, clone the repo, run npm install, then create a .env file with two keys:

  1. BOT_TOKEN (put your bot token here)
  2. ACAD_YEAR (set to 2022-2023, or whatever the current year is.)

After you've done that, run npm run build; npm run start to start the bot.