Skip to content

Commit

Permalink
feat(conf): add example.config.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
JadenLabs committed Feb 19, 2024
1 parent 9147fff commit b271f0a
Showing 1 changed file with 38 additions and 0 deletions.
38 changes: 38 additions & 0 deletions example.config.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at https://mozilla.org/MPL/2.0/.

# _____ ______ _______ ______ _______ _______ _____ _____ __ _
# | | |_____] |______ |_____/ |_____| | | | | | \ |
# |_____ __|__ |_____] |______ | \_ | | | __|__ |_____| | \_|
#

# ━ Bot Values ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
botToken: token
botID: id
# ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━

# ━ Stylization ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
colors:
primary: "#F2FFFE"
secondary: "#101111"
success: null
error: null
invis: "#2B2D31"
# ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━

# ━ IDs ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
sudoUsers:
- your_id
# ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━

# ━ Presence ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
presence:
name: Liberation!
status: online
# ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━

# ━ Database ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
database:
url: mongodb://mongo:27017 # replace with your mongoDB URI if you are not using docker
# ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━

0 comments on commit b271f0a

Please sign in to comment.