2023-08-20 14:29:07 +09:00
module . exports = {
2024-04-15 05:51:20 +07:00
OWNER _IDS : [ "334307216926703616" , "1010905208391487548" ] , // Bot owner ID's
2024-03-17 13:58:37 +09:00
SUPPORT _SERVER : "https://kiera-bot.serenetia.com" , // Your bot support server
PREFIX _COMMANDS : {
ENABLED : true , // Enable/Disable prefix commands
DEFAULT _PREFIX : "kt?" , // Default prefix for the bot
} ,
INTERACTIONS : {
SLASH : true , // Should the interactions be enabled
CONTEXT : true , // Should contexts be enabled
GLOBAL : true , // Should the interactions be registered globally
TEST _GUILD _ID : "753500548656791573" , // Guild ID where the interactions should be registered. [** Test you commands here first **]
} ,
EMBED _COLORS : {
BOT _EMBED : "#068ADD" ,
TRANSPARENT : "#36393F" ,
SUCCESS : "#00A56A" ,
ERROR : "#D61A3C" ,
WARNING : "#F7E919" ,
} ,
CACHE _SIZE : {
GUILDS : 10000 ,
USERS : 1000000 ,
MEMBERS : 1000000 ,
} ,
MESSAGES : {
API _ERROR : "Unexpected Backend Error! Try again later or contact support server" ,
} ,
// PLUGINS
AUTOMOD : {
2024-04-15 05:51:20 +07:00
ENABLED : true ,
2024-03-17 13:58:37 +09:00
LOG _EMBED : "#36393F" ,
DM _EMBED : "#36393F" ,
} ,
DASHBOARD : {
enabled : true , // enable or disable dashboard
2024-04-15 05:51:20 +07:00
baseURL : "https://dash-kiera.serenetia.com" , // base url
failureURL : "https://serenetia.com/void/error/" , // failure redirect url
port : "3555" , // port to run the bot on
2024-03-17 13:58:37 +09:00
} ,
ECONOMY : {
2024-04-15 05:51:20 +07:00
ENABLED : true ,
2024-03-17 13:58:37 +09:00
CURRENCY : "₪" ,
2024-04-15 05:51:20 +07:00
DAILY _COINS : 1000 , // coins to be received by daily command
MIN _BEG _AMOUNT : 1000 , // minimum coins to be received when beg command is used
MAX _BEG _AMOUNT : 25000 , // maximum coins to be received when beg command is used
2024-03-17 13:58:37 +09:00
} ,
MUSIC : {
ENABLED : true ,
2024-06-24 23:19:34 +07:00
IDLE _TIME : 120 , // Time in seconds before the bot disconnects from an idle voice channel
2024-04-15 18:15:37 +07:00
MAX _SEARCH _RESULTS : 100 ,
2024-06-11 12:18:40 +07:00
DEFAULT _VOLUME : 50 , // Default volume for the music player (0-100)
DEFAULT _SOURCE : "ytsearch" , // ytsearch = Youtube, ytmsearch = Youtube Music, spsearch = Spotify, scsearch = SoundCloud
// Lavalink Websocket configuration
LAVALINK _WS : {
clientName : "Kiera-Bot" , // The name of the lavalink client.
2024-07-01 09:11:29 +07:00
resuming : {
key : "prod-kiera" , // ganti key nya jangan pakai default ini
timeout : 60000 // after 60 seconds the bot will not resume.
} ,
2024-06-11 12:18:40 +07:00
reconnecting : {
2024-07-01 09:11:29 +07:00
tries : 10 , // Number of times to attempt reconnecting.
2024-07-01 08:27:13 +07:00
delay : 20000 // Delay
2024-06-11 12:18:40 +07:00
}
} ,
2024-03-17 13:58:37 +09:00
// Add any number of lavalink nodes here
LAVALINK _NODES : [
2024-04-16 06:48:53 +07:00
{
2024-06-11 12:18:40 +07:00
info : {
2024-07-01 08:27:13 +07:00
host : "lavalinkv4.serenetia.com" ,
port : 80 ,
auth : "lavalinkv4" ,
secure : false ,
2024-06-11 12:18:40 +07:00
} ,
2024-07-01 08:27:13 +07:00
id : "Indonesia V4 Not secure" ,
2024-04-16 06:48:53 +07:00
} ,
2024-04-15 05:51:20 +07:00
{
2024-06-11 12:18:40 +07:00
info : {
host : "lavalinkv4.serenetia.com" ,
2024-07-01 08:27:13 +07:00
auth : "lavalinkv4" ,
2024-06-11 12:18:40 +07:00
port : 433 ,
secure : true ,
} ,
identifier : "Indonesia V4 Secure"
2024-04-15 05:51:20 +07:00
} ,
2024-03-17 13:58:37 +09:00
] ,
} ,
GIVEAWAYS : {
2024-04-15 05:51:20 +07:00
ENABLED : true ,
2024-03-17 13:58:37 +09:00
REACTION : "🎁" ,
START _EMBED : "#FF468A" ,
END _EMBED : "#FF468A" ,
} ,
IMAGE : {
2024-04-15 05:51:20 +07:00
ENABLED : true ,
2024-03-17 13:58:37 +09:00
BASE _API : "https://strangeapi.hostz.me/api" ,
} ,
INVITE : {
2024-04-15 05:51:20 +07:00
ENABLED : true ,
2024-03-17 13:58:37 +09:00
} ,
MODERATION : {
2024-04-15 05:51:20 +07:00
ENABLED : true ,
2023-08-20 14:29:07 +09:00
EMBED _COLORS : {
2024-03-17 13:58:37 +09:00
TIMEOUT : "#102027" ,
UNTIMEOUT : "#4B636E" ,
KICK : "#FF7961" ,
SOFTBAN : "#AF4448" ,
BAN : "#D32F2F" ,
UNBAN : "#00C853" ,
VMUTE : "#102027" ,
VUNMUTE : "#4B636E" ,
DEAFEN : "#102027" ,
UNDEAFEN : "#4B636E" ,
DISCONNECT : "RANDOM" ,
MOVE : "RANDOM" ,
2023-08-20 14:29:07 +09:00
} ,
2024-03-17 13:58:37 +09:00
} ,
PRESENCE : {
ENABLED : true , // Whether or not the bot should update its status
STATUS : "online" , // The bot's status [online, idle, dnd, invisible]
2024-07-01 09:41:25 +07:00
TYPE : "LISTENING" , // Status type for the bot [ CUSTOM | PLAYING | LISTENING | WATCHING | COMPETING ]
MESSAGE : "/play with {members} members in {servers} servers" , // Your bot status message (note: in custom status type you won't have "Playing", "Listening", "Competing" prefix)
2024-03-17 13:58:37 +09:00
} ,
STATS : {
2024-04-15 05:51:20 +07:00
ENABLED : true ,
2024-03-17 13:58:37 +09:00
XP _COOLDOWN : 5 , // Cooldown in seconds between messages
DEFAULT _LVL _UP _MSG : "{member:tag}, You just advanced to **Level {level}**" ,
} ,
SUGGESTIONS : {
2024-04-15 05:51:20 +07:00
ENABLED : true , // Should the suggestion system be enabled
2024-03-17 13:58:37 +09:00
EMOJI : {
UP _VOTE : "⬆️" ,
DOWN _VOTE : "⬇️" ,
2023-08-20 14:29:07 +09:00
} ,
2024-03-17 13:58:37 +09:00
DEFAULT _EMBED : "#4F545C" ,
APPROVED _EMBED : "#43B581" ,
DENIED _EMBED : "#F04747" ,
} ,
TICKET : {
2024-04-15 05:51:20 +07:00
ENABLED : true ,
2024-03-17 13:58:37 +09:00
CREATE _EMBED : "#068ADD" ,
CLOSE _EMBED : "#068ADD" ,
} ,
} ;