refactor/project structure and indents for typescript
This commit is contained in:
105 files changed
+8725
-8721
No files matched your search
+5
-5
@@ -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.
|
||||
|
||||
Reference in new issue
Block a user