refactor/project structure and indents for typescript

This commit is contained in:
SowinskiBraeden committed 2025-09-28 11:53:28 -07:00
1 parent df6b9140ec
commit cb84e63a69
105 files changed
+8725 -8721

No files matched your search

+5 -5
View File
@@ -1,13 +1,13 @@
# Discord Bot Token
token='Your Discord Bot token'
token="Your Discord Bot token"
# MongoDB Information
mongoURI='Your mongodb URI'
dbo='Your mongodb database'
mongoURI="Your mongodb URI"
dbo="Your mongodb database"
# Encryption
key='Secret Encryption Key'
iv='Secret Initialization Vector'
key="Secret Encryption Key"
iv="Secret Initialization Vector"
# Other Bot Configuration
Dev=PROD. # or DEV.