kiafumi/src/main/resources/config.yml

42 lines
2.1 KiB
YAML
Raw Normal View History

2022-03-23 20:39:52 +00:00
# ██╗ ██╗██╗ █████╗ ███████╗██╗ ██╗███╗ ███╗██╗
# ██║ ██╔╝██║██╔══██╗██╔════╝██║ ██║████╗ ████║██║
# █████╔╝ ██║███████║█████╗ ██║ ██║██╔████╔██║██║
# ██╔═██╗ ██║██╔══██║██╔══╝ ██║ ██║██║╚██╔╝██║██║
# ██║ ██╗██║██║ ██║██║ ╚██████╔╝██║ ╚═╝ ██║██║
# ╚═╝ ╚═╝╚═╝╚═╝ ╚═╝╚═╝ ╚═════╝ ╚═╝ ╚═╝╚═╝
#--------------------------------------------------------------
2022-03-23 20:39:52 +00:00
# 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.
2022-03-23 20:39:52 +00:00
sharded: false
2022-03-26 05:04:24 +00:00
#Activity Type (STREAMING|PLAYING|WATCHING|COMPETING|DEFAULT)
activityType: "PLAYING"
2022-03-23 20:39:52 +00:00
#Activity Message
activityMsg: "+help - gaaaaay"
#Status type (ONLINE|IDLE|DO_NOT_DISTURB|INVISIBLE)
2022-03-24 04:10:50 +00:00
statusType: "IDLE"
sql:
host: "localhost"
port: 3306
database: "kiafumi"
username: "alpine"
password: "squidlover42069"