From 992e0fd7ac2b0bd16dec0059531621ecaf63e17f Mon Sep 17 00:00:00 2001 From: Pinapelz Date: Sun, 11 Jan 2026 22:57:30 -0800 Subject: implement partial upload and re-assemble --- .env.template | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 .env.template (limited to '.env.template') diff --git a/.env.template b/.env.template new file mode 100644 index 0000000..c250290 --- /dev/null +++ b/.env.template @@ -0,0 +1,6 @@ +BOT_TOKEN= +PGHOST= +PGDATABASE= +PGUSER= +PGPASSWORD= +WEBHOOKS_TXT= \ No newline at end of file -- cgit v1.2.3