DevOps-Together / torgiren-bot

GNU General Public License v3.0
1 stars 1 forks source link

Initial commit 1 #2

Closed camaeel closed 2 years ago

camaeel commented 2 years ago

Golang implementation of issue-1

Remarks:

  1. Doesn't provide a support for message content update ("update it if the content is outdated/modified") because more than one message can be supported
  2. Bot supports only redirecting logs to stdout. Containerized environments prefer this way. Possible to extend in the future.
  3. Remove all reactions event not supported. It should be only possible to execute it by admins. If executed then all the roles should be taken manually.
camaeel commented 2 years ago

Closes #1