aboutsummaryrefslogtreecommitdiffstats
path: root/main.go
Commit message (Collapse)AuthorAgeFilesLines
* store only honks in the honkMapla-ninpre2022-10-171-14/+8
| | | | | | we only need the message id from TelegramResponse, so no need to store everything else inside a struct inside a map. on a way to encapsulate and isolate the honkMap!
* improve comments and compact if-statementsla-ninpre2022-10-171-34/+32
|
* main: add a retry amount for getHonksla-ninpre2022-10-171-10/+18
| | | | | should fix #8. also add changelog.
* initla-ninpre2022-10-151-0/+449