27 lines
807 B
YAML
27 lines
807 B
YAML
# ===================================================================
|
|
# __________ _____ .__ .___
|
|
# \______ \_____ ____ ___________ / \ _____ |__| __| _/
|
|
# | ___/\__ \ / ___\_/ __ \_ __ \/ \ / \\__ \ | |/ __ |
|
|
# | | / __ \_/ /_/ > ___/| | \/ Y \/ __ \| / /_/ |
|
|
# |____| (____ /\___ / \___ >__| \____|__ (____ /__\____ |
|
|
# \//_____/ \/ \/ \/ \/
|
|
# ===================================================================
|
|
|
|
# API Bot Token
|
|
token: "Here"
|
|
color: "0x3498db"
|
|
|
|
# Either debug logging is enabled or not
|
|
debug: "False"
|
|
error_report: "True"
|
|
|
|
# Redis connection information
|
|
redis:
|
|
host: "localhost"
|
|
port: "6379"
|
|
db: "14"
|
|
|
|
# Command Prefix
|
|
prefix: "/"
|
|
game_des: ""
|