Add Discord settings

This commit is contained in:
Greelan 2022-02-05 15:50:40 +11:00
parent b6b6920b82
commit f3f7731563

View File

@ -722,5 +722,58 @@
"True":"true",
"False":"false"
}
},
{
"DisplayName":"Enable Discord Integration",
"Category":"Discord Settings",
"Description":"Requires a valid token to be set",
"Keywords":"discord",
"FieldName":"DiscordEnable",
"InputType":"checkbox",
"IsFlagArgument":false,
"ParamFieldName":"DiscordEnable",
"IncludeInCommandLine":false,
"DefaultValue":"false",
"EnumValues":{
"True":"true",
"False":"false"
}
},
{
"DisplayName":"Discord Token",
"Category":"Discord Settings",
"Description":"Token to access the Discord servers",
"Keywords":"discord,token",
"FieldName":"DiscordToken",
"InputType":"text",
"IsFlagArgument":false,
"ParamFieldName":"DiscordToken",
"IncludeInCommandLine":false,
"DefaultValue":""
},
{
"DisplayName":"Discord Channel",
"Category":"Discord Settings",
"Description":"Name of the Discord channel to integrate with",
"Keywords":"discord,channel",
"FieldName":"DiscordChannel",
"InputType":"text",
"IsFlagArgument":false,
"ParamFieldName":"DiscordChannel",
"IncludeInCommandLine":false,
"DefaultValue":""
},
{
"DisplayName":"Discord Channel ID",
"Category":"Discord Settings",
"Description":"ID of the Discord channel to integrate with",
"Keywords":"discord,channel,id",
"FieldName":"DiscordChannelID",
"InputType":"number",
"IsFlagArgument":false,
"ParamFieldName":"DiscordChannelID",
"IncludeInCommandLine":false,
"DefaultValue":"",
"Placeholder":"475182341782896651"
}
]