diff --git a/project-zomboidconfig.json b/project-zomboidconfig.json index d75ee8b..30f4afd 100755 --- a/project-zomboidconfig.json +++ b/project-zomboidconfig.json @@ -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" } ]