kiafumi/src/main/resources/config.yml

42 lines
2.2 KiB
YAML

# ██╗ ██╗██╗ █████╗ ███████╗██╗ ██╗███╗ ███╗██╗
# ██║ ██╔╝██║██╔══██╗██╔════╝██║ ██║████╗ ████║██║
# █████╔╝ ██║███████║█████╗ ██║ ██║██╔████╔██║██║
# ██╔═██╗ ██║██╔══██║██╔══╝ ██║ ██║██║╚██╔╝██║██║
# ██║ ██╗██║██║ ██║██║ ╚██████╔╝██║ ╚═╝ ██║██║
# ╚═╝ ╚═╝╚═╝╚═╝ ╚═╝╚═╝ ╚═════╝ ╚═╝ ╚═╝╚═╝
#--------------------------------------------------------------
# KIAFUMI Default Configuration File (With Comments)
# All Rights Reserved, HC
#--------------------------------------------------------------
#DISCORD CONFIG STACK
discord:
#Paste in your bot token, if you don't know what this is you shouldn't be making a bot.
token: "DO NOT SHARE THIS"
#The main guild the bot will recognize and do protection actions on. (Use LossPrevention for more in-depth actions!)
mainGuild: ""
#The channel ID the bot will send important logging messages to.
logChannel: ""
#The user ID of the owner of the bot.
ownerId: ""
#The client ID of the bot (for invite generation)
clientId: ""
#Level of permissions for the invite (If you don't know this, use https://discordapi.com/permissions.html) (ADMINISTRATOR is default)
invitePermissionLevel: 8
#Prefix before bot commands (default is +)
prefix: "+"
#SHIKINAMI MAIN CONFIG STACK
main:
#Currently, unimplemented, maybe in the future if performance becomes and issue.
sharded: false
#Activity Type (STREAMING|PLAYING|WATCHING|COMPETING|DEFAULT|CUSTOM_STATUS)
activityType: "CUSTOM_STATUS"
#Activity Message
activityMsg: "+help - gaaaaay"
#Status type (ONLINE|IDLE|DO_NOT_DISTURB|INVISIBLE)
statusType: "IDLE"
sql:
host: "localhost"
port: 3306
database: "kiafumi"
username: "alpine"
password: "squidlover42069"