improve moderation log
This commit is contained in:
parent
ed983a5baf
commit
8e5a90589d
11 changed files with 81 additions and 16 deletions
|
|
@ -589,6 +589,12 @@ export type ModerationLog = {
|
|||
} | {
|
||||
type: 'addCustomEmoji';
|
||||
info: ModerationLogPayloads['addCustomEmoji'];
|
||||
} | {
|
||||
type: 'updateCustomEmoji';
|
||||
info: ModerationLogPayloads['updateCustomEmoji'];
|
||||
} | {
|
||||
type: 'deleteCustomEmoji';
|
||||
info: ModerationLogPayloads['deleteCustomEmoji'];
|
||||
} | {
|
||||
type: 'assignRole';
|
||||
info: ModerationLogPayloads['assignRole'];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue