Results 3 issues of Thomas Hunkapiller

- update deprecation usage (.sendMessage -> .send) - bump dependencies - don't respond to DMs - bot now runs if help-directory is missing instead of crashing. - fix weather issue...

Duplication: Assign the same route function to both get and post. app.get('/', routes.landing); app.post('/', routes.landing); Result: get route will be profiled, post route will not.

I was looking to turn off the local filesystem file message in the server output, as it doesn't work in my local dockerized setup, and found this option `no_browser_open_file`. The...

enhancement