forked from Greelan/AMPTemplates
-
Notifications
You must be signed in to change notification settings - Fork 0
/
gatekeeperv2config.json
146 lines (146 loc) · 4.37 KB
/
gatekeeperv2config.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
[
{
"DisplayName": "Discord Bot Token",
"Category": "Bot Settings",
"Description": "Enter your [Discord Bot Token](https://discord.com/developers/applications/).",
"Keywords": "discord,token",
"FieldName": "token",
"InputType": "password",
"IsFlagArgument": false,
"ParamFieldName": "token",
"IncludeInCommandLine": false,
"DefaultValue": "",
"Placeholder": "319/f0dsA0jk0PKge2jkpSFWEauopbvejwaioj32omoi32JIOabdsajotjewq3jr2=="
},
{
"DisplayName": "AMP User",
"Category": "Bot Settings",
"Description": "The Login Name for the account you want the bot to use. This account must have \"Super Admin\" privilege for setup of new instances and after upgrades.",
"Keywords": "amp,user",
"FieldName": "AMPUser",
"InputType": "text",
"IsFlagArgument": false,
"ParamFieldName": "AMPUser",
"IncludeInCommandLine": false,
"DefaultValue": "",
"Placeholder": "amp-bot"
},
{
"DisplayName": "AMP Password",
"Category": "Bot Settings",
"Description": "The password for said Login.",
"Keywords": "amp,password",
"FieldName": "AMPPassword",
"InputType": "password",
"IsFlagArgument": false,
"ParamFieldName": "AMPPassword",
"IncludeInCommandLine": false,
"DefaultValue": ""
},
{
"DisplayName": "AMP 2FA Token",
"Category": "Bot Settings",
"Description": "The 2Factor AUTH Code for said Login.",
"Keywords": "amp,2factor,2fa,token",
"FieldName": "AMPAuth",
"InputType": "password",
"IsFlagArgument": false,
"ParamFieldName": "AMPAuth",
"IncludeInCommandLine": false,
"DefaultValue": "",
"Placeholder": "MQ2TMMETGB4WCYJY8NRDINDEMKQTGMZTMIZDOZTFME3TSMRXGA2A"
},
{
"DisplayName": "AMP URL",
"Category": "Bot Settings",
"Description": "The URL or IP of your AMP ADS instance.",
"Keywords": "amp,url",
"FieldName": "AMPurl",
"InputType": "text",
"IsFlagArgument": false,
"ParamFieldName": "AMPurl",
"IncludeInCommandLine": false,
"DefaultValue": "http://127.0.0.1:8080",
"Placeholder": "http://127.0.0.1:8080"
},
{
"DisplayName": "Super Admin",
"Category": "Bot Settings",
"Description": "The bot requires Super Admin for first time setup of new instances and after upgrades. Enable this to keep the permission intact. Use at your own risk as this poses some security risk at the expense of convenience.",
"Keywords": "super,admin",
"FieldName": "super",
"InputType": "checkbox",
"IsFlagArgument": false,
"ParamFieldName": "super",
"IncludeInCommandLine": false,
"DefaultValue": "",
"EnumValues": {
"False": "",
"True": " -super"
}
},
{
"DisplayName": "Disable Discord Integration",
"Category": "Bot Settings",
"Description": "This setting is for dev use.",
"Keywords": "discord,integration",
"FieldName": "discord",
"InputType": "checkbox",
"IsFlagArgument": false,
"ParamFieldName": "discord",
"IncludeInCommandLine": false,
"DefaultValue": "",
"EnumValues": {
"False": "",
"True": " -discord"
}
},
{
"DisplayName": "Development Print Statements",
"Category": "Bot Settings",
"Description": "This setting is for dev use.",
"Keywords": "development,print,statements",
"FieldName": "dev",
"InputType": "checkbox",
"IsFlagArgument": false,
"ParamFieldName": "dev",
"IncludeInCommandLine": false,
"DefaultValue": "",
"EnumValues": {
"False": "",
"True": " -dev"
}
},
{
"DisplayName": "Command Print Statements",
"Category": "Bot Settings",
"Description": "This setting is for displaying the Discord User who issued the slash command.",
"Keywords": "command,print,statements",
"FieldName": "command",
"InputType": "checkbox",
"IsFlagArgument": false,
"ParamFieldName": "command",
"IncludeInCommandLine": false,
"DefaultValue": "",
"EnumValues": {
"False": "",
"True": " -command"
}
},
{
"DisplayName": "Debug Logging",
"Category": "Bot Settings",
"Description": "This setting is for dev use.",
"Keywords": "debug,logging",
"FieldName": "debug",
"InputType": "checkbox",
"IsFlagArgument": false,
"ParamFieldName": "debug",
"IncludeInCommandLine": false,
"DefaultValue": "",
"EnumValues": {
"False": "",
"True": " -debug"
}
}
]