summaryrefslogtreecommitdiff
path: root/07_sample_bot_structure/.env.example
blob: 3b3b4acfd015f0a1f70001a65747df751cfaea09 (plain)
1
2
3
4
5
6
7
8
9
10
# This declares an environment variable named "DISCORD_TOKEN" with the given
# value. When calling `kankyo::load()`, it will read the `.env` file and parse
# these key-value pairs and insert them into the environment.
#
# Environment variables are separated by newlines and must not have space
# around the equals sign (`=`).
DISCORD_TOKEN=put your token here
# Declares the level of logging to use. Read the documentation for the `log`
# and `env_logger` crates for more information.
RUST_LOG=debug