From 45af1d3e70d4c54ee8e160bf72694a6789f13894 Mon Sep 17 00:00:00 2001 From: Vaibhav Rai Date: Fri, 17 May 2024 15:13:12 +0530 Subject: [PATCH] revert sample env file --- sample.env | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 sample.env diff --git a/sample.env b/sample.env new file mode 100644 index 0000000..aa16214 --- /dev/null +++ b/sample.env @@ -0,0 +1,18 @@ +TOKEN="" +DEBUG_HOOK="" +HOME_GUILD_ID="" +# This should be a set of Role IDs, COMMA SEPARATED +HELPER_ROLE_IDS="" +HELP_CHANNEL_ID="" +GENERAL_CHANNEL_ID="" +MOD_CHANNEL_ID="" +# This is in minutes +STICKY_MESSAGE_FREQUENCY="100" +# This is the BASE URL for your AI server. Endpoints are configured in the src/config directory. +AI_URL="" +# These values are for posting to a GitHub discussion +GITHUB_TOKEN="" +GITHUB_OWNER="" +GITHUB_REPO="" +# This is for the ProductBoard integration. +PRODUCT_BOARD_API_KEY=""