- Install Deno from here.
- Clone this repo locally and
cd
into it. - Run
deno run --allow-net --allow-env bot.ts
- Go to
@FresherSurvivalBot
on telegram to access the bot. - Send
/start
command.
- Change the constants like
lectureHalls
andhostels
to contain more information in the form of fancier markdown. These constants are parsed as markdown and then act as reponses to the commands. - Define a new constant, and then add the detail about that constant in the
commands
array.