···11+# Discord bot token (required)
22+discord_token = "YOUR_DISCORD_TOKEN"
33+44+# GitHub token for nixpkgs commands (required)
55+github_token = "YOUR_GITHUB_TOKEN"
66+77+# Directory for SQLite DBs and nixpkgs hash file
88+# Can also be set via BLAHAJ_DATA_DIR
99+#data_dir = "/var/lib/blahaj"
1010+1111+# Nixpkgs channel base URL
1212+#nixpkgs_channel = "https://channels.nixos.org/nixpkgs-unstable"