mirror of
https://github.com/ahmadk953/poixpixel-discord-bot.git
synced 2025-04-03 02:04:15 +00:00
20 lines
549 B
JSON
20 lines
549 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_CHANNEL_ID",
|
|
"counting": "COUNTING_CHANNEL_ID",
|
|
"factOfTheDay": "FACT_OF_THE_DAY_CHANNEL_ID",
|
|
"factApproval": "FACT_APPROVAL_CHANNEL_ID"
|
|
},
|
|
"roles": {
|
|
"joinRoles": [
|
|
"JOIN_ROLE_IDS"
|
|
],
|
|
"factPingRole": "FACT_OF_THE_DAY_ROLE_ID"
|
|
}
|
|
}
|