From 73299f776c32d1f066141d09d8fe921d30b1ecd9 Mon Sep 17 00:00:00 2001 From: lyx0 <66651385+lyx0@users.noreply.github.com> Date: Mon, 15 Aug 2022 17:37:35 +0200 Subject: [PATCH] add openweathermap key --- cmd/bot/.env.example | 2 ++ 1 file changed, 2 insertions(+) diff --git a/cmd/bot/.env.example b/cmd/bot/.env.example index 72e5fe5..bc35566 100644 --- a/cmd/bot/.env.example +++ b/cmd/bot/.env.example @@ -2,4 +2,6 @@ TWITCH_USERNAME=nourybot TWITCH_OAUTH=oauth:mycooloauthtoken42069 TWITCH_COMMAND_PREFIX=() +OWM_KEY=OpenWeatherMapApiKeyGoesHere + DB_DSN=postgres://username:password@localhost/nourybot?sslmode=disable \ No newline at end of file