gitextract_jrepep98/ ├── .gitignore ├── README.md ├── bot.js ├── lib/ │ ├── Botkit.js │ ├── CoreBot.js │ ├── SlackBot.js │ ├── Slack_web_api.js │ ├── Slackbot_worker.js │ ├── console_logger.js │ └── storage/ │ ├── firebase_storage.js │ ├── redis_storage.js │ ├── simple_storage.js │ └── storage_test.js ├── package.json └── tests/ └── Slack_web_api.js