-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathexample.config.yaml
38 lines (32 loc) · 2.16 KB
/
example.config.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
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
# ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━