Results 4 comments of Chege

@codename-47 on adding configurations Generate a token from this site and save the token somewhere: To add configurations to heroku, type this command into the terminal while in your working...

You need to modify app.post() to call the sendGenericMessage() function if the incoming message is 'Generic' I'm assuming that you already added the sendGenericMessage() function to your index.js file

In the first image under Setup the Bot, there's this line of code: `const token = ""` The tutorial advises you not to do it. It works, but it's not...

Which option will you go for? 1. Using the standard library and polling the files for modifications. Inefficient, but I assume users have few notebooks open anyway. 2. Adding more...