lphillips / SecretHitlerDiscord

A discord bot for the famous board game Secret Hitler
Other
1 stars 0 forks source link

Read app token from environment variable #11

Closed lphillips closed 3 years ago

lphillips commented 3 years ago

Loads a .env file from the home directory and then gets the app token from an environment variable named SECRET_HITLER_DISCORD_TOKEN. If this variable is not defined, the app raises a runtime error and exits.

Addresses #8