add 'nofiles' option, refactored bot.Send(); fixes #2

This commit is contained in:
Aine
2022-08-26 16:11:08 +03:00
parent 42c9e15619
commit 2dcba843cc
4 changed files with 47 additions and 28 deletions

View File

@@ -26,6 +26,7 @@ const (
optionNoSubject = "nosubject"
optionNoHTML = "nohtml"
optionNoThreads = "nothreads"
optionNoFiles = "nofiles"
)
var migrations = []string{}