From c75ce2e2d7d6f70ad1f148a61773e0ed528de34d Mon Sep 17 00:00:00 2001 From: Kaveen Kumarasinghe Date: Sat, 14 Jan 2023 21:23:20 -0500 Subject: [PATCH] Update README.md Signed-off-by: Kaveen Kumarasinghe --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index bf827e9..8abb622 100644 --- a/README.md +++ b/README.md @@ -248,7 +248,7 @@ USER_INPUT_API_KEYS="False" # If True, users must use their own API keys for Ope # Moderations Service alert channel, this is where moderation alerts will be sent as a default if enabled MODERATIONS_ALERT_CHANNEL = "977697652147892304" # User API key db path configuration. This is where the user API keys will be stored. -USER_KEY_DB_PATH = user_key_db.sqlite +USER_KEY_DB_PATH = "user_key_db.sqlite" ``` **Permissions**