Clean up config.yml
removed some unnecessary pingResponses & fixed comments.
This commit is contained in:
parent
b8887705ef
commit
299622ed30
|
@ -4,35 +4,35 @@
|
||||||
# ██╔═██╗ ██║██╔══██║██╔══╝ ██║ ██║██║╚██╔╝██║██║
|
# ██╔═██╗ ██║██╔══██║██╔══╝ ██║ ██║██║╚██╔╝██║██║
|
||||||
# ██║ ██╗██║██║ ██║██║ ╚██████╔╝██║ ╚═╝ ██║██║
|
# ██║ ██╗██║██║ ██║██║ ╚██████╔╝██║ ╚═╝ ██║██║
|
||||||
# ╚═╝ ╚═╝╚═╝╚═╝ ╚═╝╚═╝ ╚═════╝ ╚═╝ ╚═╝╚═╝
|
# ╚═╝ ╚═╝╚═╝╚═╝ ╚═╝╚═╝ ╚═════╝ ╚═╝ ╚═╝╚═╝
|
||||||
#--------------------------------------------------------------
|
# --------------------------------------------------------------
|
||||||
# KIAFUMI Default Configuration File (With Comments)
|
# KIAFUMI Default Configuration File (With Comments)
|
||||||
#--------------------------------------------------------------
|
# --------------------------------------------------------------
|
||||||
#DISCORD CONFIG STACK
|
# DISCORD CONFIG STACK
|
||||||
discord:
|
discord:
|
||||||
#Paste in your bot token here.
|
# Paste in your bot token here.
|
||||||
token: "DO NOT SHARE"
|
token: "DO NOT SHARE"
|
||||||
#The main guild the bot will recognize and do protection actions on.
|
# The main guild the bot will recognize and do protection actions on.
|
||||||
mainGuild: ""
|
mainGuild: ""
|
||||||
#The channel ID the bot will send important logging messages to.
|
# The channel ID the bot will send important logging messages to.
|
||||||
logChannel: ""
|
logChannel: ""
|
||||||
#The user ID of the owner of the bot.
|
# The user ID of the owner of the bot.
|
||||||
ownerId: ""
|
ownerId: ""
|
||||||
#The client ID of the bot (for invite generation)
|
# The client ID of the bot (for invite generation)
|
||||||
clientId: ""
|
clientId: ""
|
||||||
#Level of permissions for the invite (If you don't know this, use https://discordapi.com/permissions.html)
|
# 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)
|
# If problems occur, you can use 8 (Administrator)
|
||||||
invitePermissionLevel: 139855252544
|
invitePermissionLevel: 139855252544
|
||||||
#MAIN CONFIG STACK
|
# MAIN CONFIG STACK
|
||||||
main:
|
main:
|
||||||
#Currently, unimplemented, maybe in the future if performance becomes and issue.
|
# Currently, unimplemented, maybe in the future if performance becomes and issue.
|
||||||
sharded: false
|
sharded: false
|
||||||
#Activity Type (STREAMING|PLAYING|WATCHING|COMPETING|DEFAULT)
|
# Activity Type (STREAMING|PLAYING|WATCHING|COMPETING|DEFAULT)
|
||||||
activityType: "PLAYING"
|
activityType: "PLAYING"
|
||||||
#Activity Message
|
# Activity Message
|
||||||
activityMsg: "https://38.fail"
|
activityMsg: "https://oko.moe"
|
||||||
#Status type (ONLINE|IDLE|DO_NOT_DISTURB|INVISIBLE)
|
# Status type (ONLINE|IDLE|DO_NOT_DISTURB|INVISIBLE)
|
||||||
statusType: "IDLE"
|
statusType: "IDLE"
|
||||||
#Responses for the default ping command
|
# Responses for the default ping command
|
||||||
pingResponses:
|
pingResponses:
|
||||||
- "Pinged the pentagon"
|
- "Pinged the pentagon"
|
||||||
- "Pinged oko's basement"
|
- "Pinged oko's basement"
|
||||||
|
@ -40,15 +40,10 @@ main:
|
||||||
- "Pinged you're mother"
|
- "Pinged you're mother"
|
||||||
- "Pinged 142.250.189.238"
|
- "Pinged 142.250.189.238"
|
||||||
- "Pinged cuomo.zone"
|
- "Pinged cuomo.zone"
|
||||||
- "Pinged my brain (please help)"
|
- "Pinged my brain"
|
||||||
- "Pinged <@951782164847001600>"
|
|
||||||
- "Pinged A33#*$9331@"
|
|
||||||
- "Pinged a poortea vpn"
|
|
||||||
- "Pinged 'agoo'"
|
|
||||||
- "Pinged 38.fail"
|
- "Pinged 38.fail"
|
||||||
- "Pinged pong"
|
- "Pinged pong"
|
||||||
- "Pinged the admins"
|
- "Pinged the admins"
|
||||||
- "Pinged the guy in your walls"
|
|
||||||
sql:
|
sql:
|
||||||
host: "localhost"
|
host: "localhost"
|
||||||
port: 3306
|
port: 3306
|
||||||
|
|
Loading…
Reference in a new issue