@@ -29,7 +29,7 @@ public enum ActionType
29
29
/**
30
30
* An Administrator updated {@link net.dv8tion.jda.api.entities.Guild Guild} information.
31
31
*
32
- * <h4> Possible Keys</h4 >
32
+ * <p><b> Possible Keys</b><br >
33
33
* <ul>
34
34
* <li>{@link net.dv8tion.jda.api.audit.AuditLogKey#GUILD_AFK_CHANNEL GUILD_AFK_CHANNEL}</li>
35
35
* <li>{@link net.dv8tion.jda.api.audit.AuditLogKey#GUILD_AFK_TIMEOUT GUILD_AFK_TIMEOUT}</li>
@@ -52,7 +52,7 @@ public enum ActionType
52
52
/**
53
53
* An Administrator created a {@link GuildChannel GuildChannel}
54
54
*
55
- * <h4> Possible Keys</h4 >
55
+ * <p><b> Possible Keys</b><br >
56
56
* <ul>
57
57
* <li>{@link net.dv8tion.jda.api.audit.AuditLogKey#CHANNEL_BITRATE CHANNEL_BITRATE} (VoiceChannel only)</li>
58
58
* <li>{@link net.dv8tion.jda.api.audit.AuditLogKey#CHANNEL_USER_LIMIT CHANNEL_USER_LIMIT} (VoiceChannel only)</li>
@@ -70,7 +70,7 @@ public enum ActionType
70
70
/**
71
71
* An Administrator updated {@link GuildChannel GuildChannel} information.
72
72
*
73
- * <h4> Possible Keys</h4 >
73
+ * <p><b> Possible Keys</b><br >
74
74
* <ul>
75
75
* <li>{@link net.dv8tion.jda.api.audit.AuditLogKey#CHANNEL_BITRATE CHANNEL_BITRATE} (VoiceChannel only)</li>
76
76
* <li>{@link net.dv8tion.jda.api.audit.AuditLogKey#CHANNEL_USER_LIMIT CHANNEL_USER_LIMIT} (VoiceChannel only)</li>
@@ -86,7 +86,7 @@ public enum ActionType
86
86
/**
87
87
* An Administrator deleted a {@link GuildChannel GuildChannel}.
88
88
*
89
- * <h4> Possible Keys</h4 >
89
+ * <p><b> Possible Keys</b><br >
90
90
* <ul>
91
91
* <li>{@link net.dv8tion.jda.api.audit.AuditLogKey#CHANNEL_BITRATE CHANNEL_BITRATE} (VoiceChannel only)</li>
92
92
* <li>{@link net.dv8tion.jda.api.audit.AuditLogKey#CHANNEL_USER_LIMIT CHANNEL_USER_LIMIT} (VoiceChannel only)</li>
@@ -104,15 +104,15 @@ public enum ActionType
104
104
/**
105
105
* An Administrator created a {@link net.dv8tion.jda.api.entities.PermissionOverride PermissionOverride}.
106
106
*
107
- * <h4> Possible Keys</h4 >
107
+ * <p><b> Possible Keys</b><br >
108
108
* <ul>
109
109
* <li>{@link net.dv8tion.jda.api.audit.AuditLogKey#OVERRIDE_ALLOW OVERRIDE_ALLOW}</li>
110
110
* <li>{@link net.dv8tion.jda.api.audit.AuditLogKey#OVERRIDE_DENY OVERRIDE_DENY}</li>
111
111
* <li>{@link net.dv8tion.jda.api.audit.AuditLogKey#OVERRIDE_TYPE OVERRIDE_TYPE}</li>
112
112
* <li>{@link net.dv8tion.jda.api.audit.AuditLogKey#ID ID}</li>
113
113
* </ul>
114
114
*
115
- * <h4> Possible Options</h4 >
115
+ * <p><b> Possible Options</b><br >
116
116
* <ul>
117
117
* <li>{@link net.dv8tion.jda.api.audit.AuditLogOption#ROLE ROLE}</li>
118
118
* <li>{@link net.dv8tion.jda.api.audit.AuditLogOption#USER USER}</li>
@@ -123,7 +123,7 @@ public enum ActionType
123
123
/**
124
124
* An Administrator updated {@link net.dv8tion.jda.api.entities.PermissionOverride PermissionOverride} information.
125
125
*
126
- * <h4> Possible Keys</h4 >
126
+ * <p><b> Possible Keys</b><br >
127
127
* <ul>
128
128
* <li>{@link net.dv8tion.jda.api.audit.AuditLogKey#OVERRIDE_ALLOW OVERRIDE_ALLOW}</li>
129
129
* <li>{@link net.dv8tion.jda.api.audit.AuditLogKey#OVERRIDE_DENY OVERRIDE_DENY}</li>
@@ -134,15 +134,15 @@ public enum ActionType
134
134
/**
135
135
* An Administrator deleted a {@link net.dv8tion.jda.api.entities.PermissionOverride PermissionOverride}.
136
136
*
137
- * <h4> Possible Keys</h4 >
137
+ * <p><b> Possible Keys</b><br >
138
138
* <ul>
139
139
* <li>{@link net.dv8tion.jda.api.audit.AuditLogKey#OVERRIDE_ALLOW OVERRIDE_ALLOW}</li>
140
140
* <li>{@link net.dv8tion.jda.api.audit.AuditLogKey#OVERRIDE_DENY OVERRIDE_DENY}</li>
141
141
* <li>{@link net.dv8tion.jda.api.audit.AuditLogKey#OVERRIDE_TYPE OVERRIDE_TYPE}</li>
142
142
* <li>{@link net.dv8tion.jda.api.audit.AuditLogKey#ID ID}</li>
143
143
* </ul>
144
144
*
145
- * <h4> Possible Options</h4 >
145
+ * <p><b> Possible Options</b><br >
146
146
* <ul>
147
147
* <li>{@link net.dv8tion.jda.api.audit.AuditLogOption#ROLE ROLE}</li>
148
148
* <li>{@link net.dv8tion.jda.api.audit.AuditLogOption#USER USER}</li>
@@ -159,7 +159,7 @@ public enum ActionType
159
159
/**
160
160
* An Administrator has pruned members for inactivity.
161
161
*
162
- * <h4> Possible Options</h4 >
162
+ * <p><b> Possible Options</b><br >
163
163
* <ul>
164
164
* <li>{@link net.dv8tion.jda.api.audit.AuditLogOption#DELETE_MEMBER_DAYS DELETE_MEMBER_DAYS}</li>
165
165
* <li>{@link net.dv8tion.jda.api.audit.AuditLogOption#MEMBERS_REMOVED MEMBERS_REMOVED}</li>
@@ -182,7 +182,7 @@ public enum ActionType
182
182
* A {@link net.dv8tion.jda.api.entities.Member Member} was either updated by an administrator or
183
183
* the member updated itself.
184
184
*
185
- * <h4> Possible Keys</h4 >
185
+ * <p><b> Possible Keys</b><br >
186
186
* <ul>
187
187
* <li>{@link net.dv8tion.jda.api.audit.AuditLogKey#MEMBER_NICK MEMBER_NICK}</li>
188
188
* </ul>
@@ -192,7 +192,7 @@ public enum ActionType
192
192
/**
193
193
* An Administrator updated the roles of a member.
194
194
*
195
- * <h4> Possible Keys</h4 >
195
+ * <p><b> Possible Keys</b><br >
196
196
* <ul>
197
197
* <li>{@link net.dv8tion.jda.api.audit.AuditLogKey#MEMBER_ROLES_ADD MEMBER_ROLES_ADD}</li>
198
198
* <li>{@link net.dv8tion.jda.api.audit.AuditLogKey#MEMBER_ROLES_REMOVE MEMBER_ROLES_REMOVE}</li>
@@ -203,7 +203,7 @@ public enum ActionType
203
203
/**
204
204
* One or more members were moved from one voice channel to another by an Administrator
205
205
*
206
- * <h4> Possible Options</h4 >
206
+ * <p><b> Possible Options</b><br >
207
207
* <ul>
208
208
* <li>{@link AuditLogOption#COUNT} The amount of users moved</li>
209
209
* <li>{@link AuditLogOption#CHANNEL} The target channel</li>
@@ -214,7 +214,7 @@ public enum ActionType
214
214
/**
215
215
* One or more members were disconnected from a voice channel by an Administrator
216
216
*
217
- * <h4> Possible Options</h4 >
217
+ * <p><b> Possible Options</b><br >
218
218
* <ul>
219
219
* <li>{@link AuditLogOption#COUNT} The amount of users who were disconnected</li>
220
220
* </ul>
@@ -230,7 +230,7 @@ public enum ActionType
230
230
/**
231
231
* An Administrator has created a {@link net.dv8tion.jda.api.entities.Role Role}.
232
232
*
233
- * <h4> Possible Keys</h4 >
233
+ * <p><b> Possible Keys</b><br >
234
234
* <ul>
235
235
* <li>{@link net.dv8tion.jda.api.audit.AuditLogKey#ROLE_COLOR ROLE_COLOR}</li>
236
236
* <li>{@link net.dv8tion.jda.api.audit.AuditLogKey#ROLE_HOISTED ROLE_HOISTED}</li>
@@ -245,7 +245,7 @@ public enum ActionType
245
245
/**
246
246
* An Administrator has updated a {@link net.dv8tion.jda.api.entities.Role Role}.
247
247
*
248
- * <h4> Possible Keys</h4 >
248
+ * <p><b> Possible Keys</b><br >
249
249
* <ul>
250
250
* <li>{@link net.dv8tion.jda.api.audit.AuditLogKey#ROLE_COLOR ROLE_COLOR}</li>
251
251
* <li>{@link net.dv8tion.jda.api.audit.AuditLogKey#ROLE_HOISTED ROLE_HOISTED}</li>
@@ -259,7 +259,7 @@ public enum ActionType
259
259
/**
260
260
* An Administrator has deleted a {@link net.dv8tion.jda.api.entities.Role Role}.
261
261
*
262
- * <h4> Possible Keys</h4 >
262
+ * <p><b> Possible Keys</b><br >
263
263
* <ul>
264
264
* <li>{@link net.dv8tion.jda.api.audit.AuditLogKey#ROLE_COLOR ROLE_COLOR}</li>
265
265
* <li>{@link net.dv8tion.jda.api.audit.AuditLogKey#ROLE_HOISTED ROLE_HOISTED}</li>
@@ -275,7 +275,7 @@ public enum ActionType
275
275
/**
276
276
* Someone has created an {@link net.dv8tion.jda.api.entities.Invite Invite}.
277
277
*
278
- * <h4> Possible Keys</h4 >
278
+ * <p><b> Possible Keys</b><br >
279
279
* <ul>
280
280
* <li>{@link net.dv8tion.jda.api.audit.AuditLogKey#INVITE_CHANNEL INVITE_CHANNEL}</li>
281
281
* <li>{@link net.dv8tion.jda.api.audit.AuditLogKey#INVITE_CODE INVITE_CODE}</li>
@@ -295,7 +295,7 @@ public enum ActionType
295
295
/**
296
296
* An Administrator has deleted an {@link net.dv8tion.jda.api.entities.Invite Invite}.
297
297
*
298
- * <h4> Possible Keys</h4 >
298
+ * <p><b> Possible Keys</b><br >
299
299
* <ul>
300
300
* <li>{@link net.dv8tion.jda.api.audit.AuditLogKey#INVITE_CHANNEL INVITE_CHANNEL}</li>
301
301
* <li>{@link net.dv8tion.jda.api.audit.AuditLogKey#INVITE_CODE INVITE_CODE}</li>
@@ -311,7 +311,7 @@ public enum ActionType
311
311
/**
312
312
* An Administrator has created a {@link net.dv8tion.jda.api.entities.Webhook Webhook}.
313
313
*
314
- * <h4> Possible Keys</h4 >
314
+ * <p><b> Possible Keys</b><br >
315
315
* <ul>
316
316
* <li>{@link net.dv8tion.jda.api.audit.AuditLogKey#WEBHOOK_CHANNEL WEBHOOK_CHANNEL}</li>
317
317
* <li>{@link net.dv8tion.jda.api.audit.AuditLogKey#WEBHOOK_ICON WEBHOOK_ICON}</li>
@@ -324,7 +324,7 @@ public enum ActionType
324
324
/**
325
325
* An Administrator has updated a {@link net.dv8tion.jda.api.entities.Webhook Webhook}.
326
326
*
327
- * <h4> Possible Keys</h4 >
327
+ * <p><b> Possible Keys</b><br >
328
328
* <ul>
329
329
* <li>{@link net.dv8tion.jda.api.audit.AuditLogKey#WEBHOOK_CHANNEL WEBHOOK_CHANNEL}</li>
330
330
* <li>{@link net.dv8tion.jda.api.audit.AuditLogKey#WEBHOOK_ICON WEBHOOK_ICON}</li>
@@ -337,7 +337,7 @@ public enum ActionType
337
337
/**
338
338
* An Administrator has deleted a {@link net.dv8tion.jda.api.entities.Webhook Webhook}.
339
339
*
340
- * <h4> Possible Keys</h4 >
340
+ * <p><b> Possible Keys</b><br >
341
341
* <ul>
342
342
* <li>{@link net.dv8tion.jda.api.audit.AuditLogKey#WEBHOOK_CHANNEL WEBHOOK_CHANNEL}</li>
343
343
* <li>{@link net.dv8tion.jda.api.audit.AuditLogKey#WEBHOOK_ICON WEBHOOK_ICON}</li>
@@ -351,7 +351,7 @@ public enum ActionType
351
351
/**
352
352
* An Administrator created an {@link RichCustomEmoji Custom Emoji}.
353
353
*
354
- * <h4> Possible Keys</h4 >
354
+ * <p><b> Possible Keys</b><br >
355
355
* <ul>
356
356
* <li>{@link net.dv8tion.jda.api.audit.AuditLogKey#EMOJI_NAME EMOJI_NAME}</li>
357
357
* </ul>
@@ -361,7 +361,7 @@ public enum ActionType
361
361
/**
362
362
* An Administrator updated an {@link RichCustomEmoji Custom Emoji}.
363
363
*
364
- * <h4> Possible Keys</h4 >
364
+ * <p><b> Possible Keys</b><br >
365
365
* <ul>
366
366
* <li>{@link net.dv8tion.jda.api.audit.AuditLogKey#EMOJI_NAME EMOJI_NAME}</li>
367
367
* <li>{@link net.dv8tion.jda.api.audit.AuditLogKey#EMOJI_ROLES_ADD EMOJI_ROLES_ADD}</li>
@@ -373,7 +373,7 @@ public enum ActionType
373
373
/**
374
374
* An Administrator deleted an {@link RichCustomEmoji Custom Emoji}.
375
375
*
376
- * <h4> Possible Keys</h4 >
376
+ * <p><b> Possible Keys</b><br >
377
377
* <ul>
378
378
* <li>{@link net.dv8tion.jda.api.audit.AuditLogKey#EMOJI_NAME EMOJI_NAME}</li>
379
379
* </ul>
@@ -394,7 +394,7 @@ public enum ActionType
394
394
/**
395
395
* An Administrator has deleted one or more {@link net.dv8tion.jda.api.entities.Message Messages}.
396
396
*
397
- * <h4> Possible Options</h4 >
397
+ * <p><b> Possible Options</b><br >
398
398
* <ul>
399
399
* <li>{@link net.dv8tion.jda.api.audit.AuditLogOption#COUNT COUNT}</li>
400
400
* </ul>
@@ -404,7 +404,7 @@ public enum ActionType
404
404
/**
405
405
* An Administrator has performed a bulk delete of messages in a channel
406
406
*
407
- * <h4> Possible Options</h4 >
407
+ * <p><b> Possible Options</b><br >
408
408
* <ul>
409
409
* <li>{@link AuditLogOption#COUNT}</li>
410
410
* </ul>
@@ -414,7 +414,7 @@ public enum ActionType
414
414
/**
415
415
* An Administrator has pinned a message in the channel
416
416
*
417
- * <h4> Possible Options</h4 >
417
+ * <p><b> Possible Options</b><br >
418
418
* <ul>
419
419
* <li>{@link AuditLogOption#CHANNEL}</li>
420
420
* <li>{@link AuditLogOption#MESSAGE}</li>
@@ -425,7 +425,7 @@ public enum ActionType
425
425
/**
426
426
* An Administrator has unpinned a message in the channel
427
427
*
428
- * <h4> Possible Options</h4 >
428
+ * <p><b> Possible Options</b><br >
429
429
* <ul>
430
430
* <li>{@link AuditLogOption#CHANNEL}</li>
431
431
* <li>{@link AuditLogOption#MESSAGE}</li>
@@ -451,12 +451,12 @@ public enum ActionType
451
451
/**
452
452
* A {@link net.dv8tion.jda.api.entities.StageInstance StageInstance} was started by a {@link net.dv8tion.jda.api.entities.StageChannel#isModerator(Member) Stage Moderator}.
453
453
*
454
- * <h4> Possible Options</h4 >
454
+ * <p><b> Possible Options</b><br >
455
455
* <ul>
456
456
* <li>{@link net.dv8tion.jda.api.audit.AuditLogOption#CHANNEL CHANNEL}</li>
457
457
* </ul>
458
458
*
459
- * <h4> Possible Keys</h4 >
459
+ * <p><b> Possible Keys</b><br >
460
460
* <ul>
461
461
* <li>{@link net.dv8tion.jda.api.audit.AuditLogKey#CHANNEL_TOPIC CHANNEL_TOPIC}</li>
462
462
* <li>{@link net.dv8tion.jda.api.audit.AuditLogKey#PRIVACY_LEVEL STAGE_INSTANCE_PRIVACY_LEVEL}</li>
@@ -467,12 +467,12 @@ public enum ActionType
467
467
/**
468
468
* A {@link net.dv8tion.jda.api.entities.StageInstance StageInstance} was updated by a {@link net.dv8tion.jda.api.entities.StageChannel#isModerator(Member) Stage Moderator}.
469
469
*
470
- * <h4> Possible Options</h4 >
470
+ * <p><b> Possible Options</b><br >
471
471
* <ul>
472
472
* <li>{@link net.dv8tion.jda.api.audit.AuditLogOption#CHANNEL CHANNEL}</li>
473
473
* </ul>
474
474
*
475
- * <h4> Possible Keys</h4 >
475
+ * <p><b> Possible Keys</b><br >
476
476
* <ul>
477
477
* <li>{@link net.dv8tion.jda.api.audit.AuditLogKey#CHANNEL_TOPIC CHANNEL_TOPIC}</li>
478
478
* <li>{@link net.dv8tion.jda.api.audit.AuditLogKey#PRIVACY_LEVEL STAGE_INSTANCE_PRIVACY_LEVEL}</li>
@@ -483,12 +483,12 @@ public enum ActionType
483
483
/**
484
484
* A {@link net.dv8tion.jda.api.entities.StageInstance StageInstance} was deleted by a {@link net.dv8tion.jda.api.entities.StageChannel#isModerator(Member) Stage Moderator}.
485
485
*
486
- * <h4> Possible Options</h4 >
486
+ * <p><b> Possible Options</b><br >
487
487
* <ul>
488
488
* <li>{@link net.dv8tion.jda.api.audit.AuditLogOption#CHANNEL CHANNEL}</li>
489
489
* </ul>
490
490
*
491
- * <h4> Possible Keys</h4 >
491
+ * <p><b> Possible Keys</b><br >
492
492
* <ul>
493
493
* <li>{@link net.dv8tion.jda.api.audit.AuditLogKey#CHANNEL_TOPIC CHANNEL_TOPIC}</li>
494
494
* <li>{@link net.dv8tion.jda.api.audit.AuditLogKey#PRIVACY_LEVEL STAGE_INSTANCE_PRIVACY_LEVEL}</li>
@@ -499,7 +499,7 @@ public enum ActionType
499
499
/**
500
500
* A user created a {@link net.dv8tion.jda.api.entities.ThreadChannel ThreadChannel}
501
501
*
502
- * <h4> Possible Keys</h4 >
502
+ * <p><b> Possible Keys</b><br >
503
503
* <ul>
504
504
* <li>{@link net.dv8tion.jda.api.audit.AuditLogKey#THREAD_NAME THREAD_NAME}</li>
505
505
* <li>{@link net.dv8tion.jda.api.audit.AuditLogKey#THREAD_SLOWMODE THREAD_SLOWMODE}</li>
@@ -515,7 +515,7 @@ public enum ActionType
515
515
/**
516
516
* A user updated a {@link net.dv8tion.jda.api.entities.ThreadChannel ThreadChannel}
517
517
*
518
- * <h4> Possible Keys</h4 >
518
+ * <p><b> Possible Keys</b><br >
519
519
* <ul>
520
520
* <li>{@link net.dv8tion.jda.api.audit.AuditLogKey#THREAD_NAME THREAD_NAME}</li>
521
521
* <li>{@link net.dv8tion.jda.api.audit.AuditLogKey#THREAD_SLOWMODE THREAD_SLOWMODE}</li>
0 commit comments