From f67b60ab26272a3a515ed9c6e4444d10e4c00130 Mon Sep 17 00:00:00 2001 From: Khinshan Khan Date: Tue, 1 Apr 2025 10:23:30 -0400 Subject: [PATCH] rename sample env for github --- .env-sample => .env.sample | 0 README.md | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) rename .env-sample => .env.sample (100%) diff --git a/.env-sample b/.env.sample similarity index 100% rename from .env-sample rename to .env.sample diff --git a/README.md b/README.md index 260cbf0..5c97db9 100644 --- a/README.md +++ b/README.md @@ -43,7 +43,7 @@ Optional: - `CONSPIRACY_INDEX`: Index of the [conspiracies.json](./cmd/bot/conspiracies.json) to start from, useful when resuming bot. -You can view the [.env-sample](./.env-sample) as an example completed template. +You can view the [.env.sample](./.env.sample) as an example completed template. ### Install + Run