Files
SANCTUM/.envdev

92 lines
2.4 KiB
Plaintext

#################################################
# _____ _ #
# / ____| | | #
# | (___ __ _ _ __ ___| |_ _ _ _ __ ___ #
# \___ \ / _` | '_ \ / __| __| | | | '_ ` _ \ #
# ____) | (_| | | | | (__| |_| |_| | | | | | | #
# |_____/ \__,_|_| |_|\___|\__|\__,_|_| |_| |_| #
# #
#################################################
# <info>
#
# Welcome to the SANCTUM Discord bot code, and specifically the .envdev file.
#
# To setup, !!! RENAME .envdev TO .env !!!, so it hooks into the bots
# and will get .gitignored. Don't want your tokens flying into cyberspace.
#
# There are a bunch of fields that need replacing, so once you do that,
# your new .env file should work perfectly. Until it doesn't.
#
# I wish you luck!
# - TheSomeoneXD
#
#</info>
# Prefix
PREFIX="!"
# Discord Server ID
# Replace them with your own on a sandbox server!
SANCTUM_ID="505291035992260635"
# Discord setup (Configred based on the server)
ADMIN_ROLE="admin"
# Role IDs (A = Obsidian, B = Genesis, C = Hand)
# Replace them with your own on a sandbox server!
GROUP_A_ROLE="505293503840911360"
GROUP_B_ROLE="505293640948645888"
GROUP_C_ROLE="505293691678752768"
GROUP_A_NAME="Obsidian Technologies"
GROUP_B_NAME="Genesis Command"
GROUP_C_NAME="The Hand"
GROUP_A_CHANNEL_ID="505292122732101633"
GROUP_B_CHANNEL_ID="505292233441017866"
GROUP_C_CHANNEL_ID="505292318006575115"
GROUP_A_LEADER_NAME="V.P. Kamala"
GROUP_B_LEADER_NAME="Cpt. Montgomery"
GROUP_C_LEADER_NAME="Prophet Dairo"
# Channel IDs
# Replace them with your own on a sandbox server!
LIBRARY_CHANNEL_ID="505500289089142812"
OUTSKIRTS_CHANNEL_ID="505292883394560000"
TAVERN_CHANNEL_ID="505292836963352576"
GATE_CHANNEL_ID="505291599647866890"
STASIS_CHANNEL_ID=""
CRYSTAL_SHORES_CHANNEL_ID="505292474412171274"
SEA_OF_FOG_CHANNEL_ID="505292540434579466"
DEADLANDS_CHANNEL_ID="505292597045231618"
# Bot Tokens
ADAM_TOKEN=""
KAMALA_OBSIDIAN_TOKEN=""
MONTGOMERY_GENESIS_TOKEN=""
DAIRO_HAND_TOKEN=""
LIBRARIAN_TOKEN=""
# Channel access roles (must match roles in your server)
# Replace them with your own on a sandbox server!
RANK_1="LVL 1+"
RANK_2="LVL 15+"
RANK_3="LVL 30+"
RANK_1_THRESHOLD=1
RANK_2_THRESHOLD=15
RANK_3_THRESHOLD=30
# Server
SERVER_ADDRESS="http://127.0.0.1"
SERVER_PASS_KEY=""
SERVER_PORT="4500"
# Database
DATABASE_HOST="localhost"
DATABASE_USER=""
DATABASE_PASSWORD=""