Working on the beginnings of a shared library

This commit is contained in:
2018-10-18 17:49:41 +11:00
parent d50b3e2ef5
commit 9b627d3581
8 changed files with 594 additions and 0 deletions

View File

@@ -30,12 +30,19 @@ PREFIX="!"
# Replace them with your own on a sandbox server!
SANCTUM_ID="454425466821017611"
# Discord setup (Configred based on the server)
ADMIN_ROLE="Overseer"
# Role IDs (A = Obsidian, B = Genesis, C = Hand)
# Replace them with your own on a sandbox server!
GROUP_A_ROLE="470656524042371072"
GROUP_B_ROLE="470668082441093121"
GROUP_C_ROLE="470656609295794199"
GROUP_A_NAME="Obsidian Technologies"
GROUP_B_NAME="Genesis Command"
GROUP_C_NAME="The Hand"
# Channel IDs
# Replace them with your own on a sandbox server!
CODEX_CHANNEL_ID="457580831284789249"