# ██╗ ██╗██╗ █████╗ ███████╗██╗ ██╗███╗ ███╗██╗ # ██║ ██╔╝██║██╔══██╗██╔════╝██║ ██║████╗ ████║██║ # █████╔╝ ██║███████║█████╗ ██║ ██║██╔████╔██║██║ # ██╔═██╗ ██║██╔══██║██╔══╝ ██║ ██║██║╚██╔╝██║██║ # ██║ ██╗██║██║ ██║██║ ╚██████╔╝██║ ╚═╝ ██║██║ # ╚═╝ ╚═╝╚═╝╚═╝ ╚═╝╚═╝ ╚═════╝ ╚═╝ ╚═╝╚═╝ #-------------------------------------------------------------- # KIAFUMI Default Configuration File (With Comments) #-------------------------------------------------------------- #DISCORD CONFIG STACK discord: #Paste in your bot token here. token: "DO NOT SHARE" #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) #If problems occur, you can use 8 (Administrator) invitePermissionLevel: 139855252544 #MAIN CONFIG STACK main: #Currently, unimplemented, maybe in the future if performance becomes and issue. sharded: false #Activity Type (STREAMING|PLAYING|WATCHING|COMPETING|DEFAULT) activityType: "PLAYING" #Activity Message activityMsg: "https://38.fail" #Status type (ONLINE|IDLE|DO_NOT_DISTURB|INVISIBLE) statusType: "IDLE" #Responses for the default ping command pingResponses: - "Pinged the pentagon" - "Pinged oko's basement" - "Pinged oko.moe" - "Pinged you're mother" - "Pinged 142.250.189.238" - "Pinged cuomo.zone" - "Pinged my brain (please help)" - "Pinged <@951782164847001600>" - "Pinged A33#*$9331@" - "Pinged a poortea vpn" - "Pinged 'agoo'" - "Pinged 38.fail" - "Pinged pong" - "Pinged the admins" - "Pinged the guy in your walls" #Prevents users in the guild from playing a certain game gamePrevention: true #Amount of time in minutes to check after a user starts playing the game until you kick them. gameCheckTime: 30 #The game to be prevented gameToPrevent: "League Of Legends" sql: host: "localhost" port: 3306 database: "kiafumi" username: "alpine" password: "squidlover42069"