DisBot
Preparing search index...
types/config
DisBotConfigData
Type Alias DisBotConfigData
type
DisBotConfigData
=
{
Bot
:
{
AdminGuildId
:
string
;
DiscordApplicationId
:
string
;
DiscordBotToken
:
string
;
DiscordClientSecret
:
string
;
ShardCount
:
number
;
ShardList
:
string
;
}
;
BotType
:
string
;
CONFIG_VERSION
:
string
;
Logging
:
{
BotLogger
:
string
;
ErrorWebhook
:
string
;
GitHubAPIToken
:
string
;
}
;
Modules
:
{
Moderation
:
{
Scout
:
{
BanListAdminGuildId
:
string
}
}
;
Notifications
:
{
SpotifyClientId
:
string
;
SpotifyClientSecret
:
string
;
TiktokClientKey
:
string
;
TiktokClientSecret
:
string
;
TwitchClientId
:
string
;
TwitchClientSecret
:
string
;
}
;
Vanity
:
{
MainPageRedirect
:
string
|
"https://disbot.app/discovery"
;
VanityPort
:
number
;
}
;
Verification
:
{
VerifyAuthUrl
:
string
;
VerifyRedirectUrl
:
string
}
;
}
;
Other
:
{
API
:
{
ApiKey
:
string
;
ApiPort
:
number
}
;
AppPort
:
number
;
CDN
:
{
APIToken
:
string
;
Url
:
string
}
;
Vote
:
{
DcBotListSecret
:
string
;
DcBotListToken
:
string
;
TopggToken
:
string
;
VoteGuildId
:
string
;
VotePort
:
number
;
VoteRoleId
:
string
;
VoteWebhookUrl
:
string
;
}
;
}
;
}
Index
Properties
Bot
Bot
Type
CONFIG_
VERSION
Logging
Modules
Other
Properties
Bot
Bot
:
{
AdminGuildId
:
string
;
DiscordApplicationId
:
string
;
DiscordBotToken
:
string
;
DiscordClientSecret
:
string
;
ShardCount
:
number
;
ShardList
:
string
;
}
Bot
Type
BotType
:
string
CONFIG_
VERSION
CONFIG_VERSION
:
string
Logging
Logging
:
{
BotLogger
:
string
;
ErrorWebhook
:
string
;
GitHubAPIToken
:
string
}
Modules
Modules
:
{
Moderation
:
{
Scout
:
{
BanListAdminGuildId
:
string
}
}
;
Notifications
:
{
SpotifyClientId
:
string
;
SpotifyClientSecret
:
string
;
TiktokClientKey
:
string
;
TiktokClientSecret
:
string
;
TwitchClientId
:
string
;
TwitchClientSecret
:
string
;
}
;
Vanity
:
{
MainPageRedirect
:
string
|
"https://disbot.app/discovery"
;
VanityPort
:
number
;
}
;
Verification
:
{
VerifyAuthUrl
:
string
;
VerifyRedirectUrl
:
string
}
;
}
Other
Other
:
{
API
:
{
ApiKey
:
string
;
ApiPort
:
number
}
;
AppPort
:
number
;
CDN
:
{
APIToken
:
string
;
Url
:
string
}
;
Vote
:
{
DcBotListSecret
:
string
;
DcBotListToken
:
string
;
TopggToken
:
string
;
VoteGuildId
:
string
;
VotePort
:
number
;
VoteRoleId
:
string
;
VoteWebhookUrl
:
string
;
}
;
}
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
Bot
Bot
Type
CONFIG_
VERSION
Logging
Modules
Other
DisBot
Loading...