package
4.1.6+incompatible
Repository: https://github.com/sharovik/devbot.git
Documentation: pkg.go.dev

# Functions

FileToBytes method gets the data from selected file and retrieve the byte value of it.
FindMatches method returns the matches map object which contains all matches which we can find in selected subject.
HelpMessageShouldBeTriggered method which can be used for help string parsing in the custom events to identifying if need to show help message, or not.
IsFoundMatches method checks if there are matches for selected regexp pattern in the received text.
Unzip will decompress a zip archive, moving all files and folders within the zip file (parameter 1) to an output directory (parameter 2).
Zip method for zip the selected src to specific destination.