|
57 | 57 | "$id": "#/properties/username", |
58 | 58 | "type": "string", |
59 | 59 | "title": "Your discord-bot username", |
60 | | - "description": "Enter your username.", |
| 60 | + "description": "Enter your username. (eg. john)", |
61 | 61 | "default": "", |
62 | 62 | "examples": [ |
63 | 63 | "user4" |
|
67 | 67 | "$id": "#/properties/password", |
68 | 68 | "type": "string", |
69 | 69 | "title": "Your discord-bot password", |
70 | | - "description": "Enter your password", |
| 70 | + "description": "Enter your password. (eg. johnjohn1)", |
71 | 71 | "default": "", |
72 | 72 | "examples": [ |
73 | 73 | "password4" |
|
94 | 94 | "$id": "#/properties/discord_login/properties/token", |
95 | 95 | "type": "string", |
96 | 96 | "title": "Discord token", |
97 | | - "description": "Can be found in the Local Storage of chrome dev tools", |
| 97 | + "description": "Can be found in the Local Storage of chrome dev tools (eg. NTQ1MjgxODU1OTg2MDczNjEw.YWuEdw.test2099)", |
98 | 98 | "default": "", |
99 | 99 | "examples": [ |
100 | 100 | "NTQ1MjgxODU1OTg2MDczNjEw.YWuEdw.test2099" |
|
104 | 104 | "$id": "#/properties/discord_login/properties/imgur_id", |
105 | 105 | "type": "string", |
106 | 106 | "title": "Imgur token", |
107 | | - "description": "Enter you Imgur client id", |
| 107 | + "description": "Enter you Imgur client id (eg. 32d4aa908e8019b)", |
108 | 108 | "default": "", |
109 | 109 | "examples": [ |
110 | 110 | "32d4aa908e8019b" |
|
156 | 156 | "$id": "#/properties/messages/items/anyOf/0/properties/message", |
157 | 157 | "type": "string", |
158 | 158 | "title": "Message", |
159 | | - "description": "", |
| 159 | + "description": "Enter your message here (eg. This is a Message)", |
160 | 160 | "default": "", |
161 | 161 | "examples": [ |
162 | 162 | "This is First Message" |
|
166 | 166 | "$id": "#/properties/messages/items/anyOf/0/properties/image", |
167 | 167 | "type": "string", |
168 | 168 | "title": "Path to image", |
169 | | - "description": "Enter full path", |
| 169 | + "description": "Enter full path (eg. C:\\home\\silox\\Pictures\\image1.jpeg)", |
170 | 170 | "default": "", |
171 | 171 | "examples": [ |
172 | 172 | "/home/silox/Pictures/image1.jpeg" |
|
229 | 229 | "$id": "#/properties/channels/items/anyOf/0/properties/server_id", |
230 | 230 | "type": "string", |
231 | 231 | "title": "server_id", |
232 | | - "description": "Server id of the channel belongs to", |
| 232 | + "description": "Enter server ID (eg. 1)", |
233 | 233 | "default": "", |
234 | 234 | "examples": [ |
235 | 235 | "" |
|
239 | 239 | "$id": "#/properties/channels/items/anyOf/0/properties/channel_id", |
240 | 240 | "type": "string", |
241 | 241 | "title": "channel_id", |
242 | | - "description": "Id of channel to post to", |
| 242 | + "description": "Enter channel ID (eg. 898129644522459136)", |
243 | 243 | "default": "", |
244 | 244 | "examples": [ |
245 | 245 | "898129644522459136" |
|
249 | 249 | "$id": "#/properties/channels/items/anyOf/0/properties/post_every", |
250 | 250 | "type": "number", |
251 | 251 | "title": "Time between 2 messages", |
252 | | - "description": "Enter time in minutes", |
| 252 | + "description": "Enter time in minutes (eg. 5.0)", |
253 | 253 | "default": 5.0, |
254 | 254 | "examples": [ |
255 | 255 | 0.5 |
|
0 commit comments