richfromm / slack2discord

A Discord client that imports Slack-exported JSON chat history to Discord channel(s).
GNU General Public License v3.0
8 stars 3 forks source link

support multiple ways of setting discord token #9

Closed richfromm closed 2 years ago

richfromm commented 2 years ago

we check, in order:

--token cmd line option DISCORD_TOKEN env var .discord_token file in dir of script

ultimately it is required to be set in one of these ways

(but from the perspective of argparse, it's optional)