From 1a5449f16de27bd04cd556594eca0dc6722a7f69 Mon Sep 17 00:00:00 2001 From: root Date: Tue, 12 May 2026 19:39:51 +0700 Subject: [PATCH] init --- .env.example | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 .env.example diff --git a/.env.example b/.env.example new file mode 100644 index 0000000..ef14edf --- /dev/null +++ b/.env.example @@ -0,0 +1,8 @@ +# Discord Bot Token (dari Discord Developer Portal) +DISCORD_TOKEN="" + +# ID Channel Voice yang ingin di-join bot saat startup +VOICE_CHANNEL_ID= +GUILD_ID= +# Folder penyimpanan rekaman (opsional, default: ./recordings) +RECORDINGS_DIR=./recordings