Tidied up config.yml
This commit is contained in:
parent
afe5323ae8
commit
8040e85e77
|
@ -6,11 +6,10 @@
|
||||||
# ╚═╝ ╚═╝╚═╝╚═╝ ╚═╝╚═╝ ╚═════╝ ╚═╝ ╚═╝╚═╝
|
# ╚═╝ ╚═╝╚═╝╚═╝ ╚═╝╚═╝ ╚═════╝ ╚═╝ ╚═╝╚═╝
|
||||||
#--------------------------------------------------------------
|
#--------------------------------------------------------------
|
||||||
# KIAFUMI Default Configuration File (With Comments)
|
# KIAFUMI Default Configuration File (With Comments)
|
||||||
# All Rights Reserved, HC
|
|
||||||
#--------------------------------------------------------------
|
#--------------------------------------------------------------
|
||||||
#DISCORD CONFIG STACK
|
#DISCORD CONFIG STACK
|
||||||
discord:
|
discord:
|
||||||
#Paste in your bot token, if you don't know what this is you shouldn't be making a bot.
|
#Paste in your bot token here.
|
||||||
token: "DO NOT SHARE THIS"
|
token: "DO NOT SHARE THIS"
|
||||||
#The main guild the bot will recognize and do protection actions on. (Use LossPrevention for more in-depth actions!)
|
#The main guild the bot will recognize and do protection actions on. (Use LossPrevention for more in-depth actions!)
|
||||||
mainGuild: ""
|
mainGuild: ""
|
||||||
|
@ -22,14 +21,14 @@ discord:
|
||||||
clientId: ""
|
clientId: ""
|
||||||
#Level of permissions for the invite (If you don't know this, use https://discordapi.com/permissions.html) (ADMINISTRATOR is default)
|
#Level of permissions for the invite (If you don't know this, use https://discordapi.com/permissions.html) (ADMINISTRATOR is default)
|
||||||
invitePermissionLevel: 8
|
invitePermissionLevel: 8
|
||||||
#SHIKINAMI 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: "+help - gaaaaay"
|
activityMsg: "https://38.fail"
|
||||||
#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
|
||||||
|
@ -37,18 +36,18 @@ main:
|
||||||
- "Pinged the pentagon"
|
- "Pinged the pentagon"
|
||||||
- "Pinged oko's basement"
|
- "Pinged oko's basement"
|
||||||
- "Pinged oko.moe"
|
- "Pinged oko.moe"
|
||||||
- "Pinged alpinia.link"
|
|
||||||
- "Pinged favware.tech"
|
|
||||||
- "Pinged you're mother"
|
- "Pinged you're mother"
|
||||||
- "Pinged 142.250.189.238"
|
- "Pinged 142.250.189.238"
|
||||||
- "Pinged civcraft.vg"
|
|
||||||
- "Pinged cuomo.zone"
|
- "Pinged cuomo.zone"
|
||||||
- "Pinged my brain (please help)"
|
- "Pinged my brain (please help)"
|
||||||
- "Pinged <@951782164847001600>"
|
- "Pinged <@951782164847001600>"
|
||||||
- "Pinged A33#*$9331@"
|
- "Pinged A33#*$9331@"
|
||||||
- "Pinged a poortea vpn"
|
- "Pinged a poortea vpn"
|
||||||
- "Pinged 'agoo'"
|
- "Pinged 'agoo'"
|
||||||
- "Pinged Ayana"
|
- "Pinged 38.fail"
|
||||||
|
- "Pinged pong"
|
||||||
|
- "Pinged the admins"
|
||||||
|
- "Pinged the guy in your walls"
|
||||||
#Prevents users in the guild from playing a certain game
|
#Prevents users in the guild from playing a certain game
|
||||||
gamePrevention: true
|
gamePrevention: true
|
||||||
#Amount of time in minutes to check after a user starts playing the game until you kick them.
|
#Amount of time in minutes to check after a user starts playing the game until you kick them.
|
||||||
|
|
Loading…
Reference in a new issue