diff --git a/cmd/run.go b/cmd/run.go index c10d7e2..1697bfd 100644 --- a/cmd/run.go +++ b/cmd/run.go @@ -17,12 +17,13 @@ import ( ) const ( - TELEGRAM_DEBUG = "TELEGRAM_DEBUG" - TELEGRAM_BOT_TOKEN = "TELEGRAM_BOT_TOKEN" - MASTODON_SERVER_ADDRESS = "MASTODON_SERVER_ADDRESS" MASTODON_ACCESS_TOKEN = "MASTODON_ACCESS_TOKEN" - MASTODON_TOOT_VISIBILITY = "MASTODON_TOOT_VISIBILITY" + MASTODON_SERVER_ADDRESS = "MASTODON_SERVER_ADDRESS" MASTODON_TOOT_MAX_CHARACTERS = "MASTODON_TOOT_MAX_CHARACTERS" + MASTODON_TOOT_VISIBILITY = "MASTODON_TOOT_VISIBILITY" + TELEGRAM_BOT_TOKEN = "TELEGRAM_BOT_TOKEN" + TELEGRAM_CHAT_ID = "TELEGRAM_CHAT_ID" + TELEGRAM_DEBUG = "TELEGRAM_DEBUG" ) // runCmd represents the run command