A Slack bot to manage a queue of slack users in a channel written in Golang.
This bot is used in production at https://city-mobil.ru/
This bot supports next commands:
add> Add a user to the queuedel> Delete user of the queueshow> Show the queueclean> Delete all users in the queuepop> Delete first user of the queuepass> Pass the queue
- add logger with levels to grep errors
- add general fileRepository
- rename slack-queue-bot.db.json
- defensive limit msg per user
- log HTTP Response body