mirror of
https://github.com/ahmadk953/poixpixel-discord-bot.git
synced 2025-03-26 14:24:15 +00:00
16 lines
366 B
JSON
16 lines
366 B
JSON
{
|
|
"token": "DISCORD_BOT_API_KEY",
|
|
"clientId": "DISCORD_BOT_ID",
|
|
"guildId": "DISCORD_SERVER_ID",
|
|
"dbConnectionString": "POSTGRESQL_CONNECTION_STRING",
|
|
"redisConnectionString": "REDIS_CONNECTION_STRING",
|
|
"channels": {
|
|
"welcome": "WELCOME_CHANNEL_ID",
|
|
"logs": "LOG_CHAANNEL_ID"
|
|
},
|
|
"roles": {
|
|
"joinRoles": [
|
|
"JOIN_ROLE_IDS"
|
|
]
|
|
}
|
|
}
|