remove fileId from importCustomEmojis log

This commit is contained in:
Hazelnoot 2025-03-02 13:47:02 -05:00
parent 86a7d33f3f
commit 9fdb68d568
4 changed files with 1 additions and 4 deletions

View file

@ -546,7 +546,6 @@ export type ModerationLogPayloads = {
delAliases?: string[],
};
importCustomEmojis: {
fileId: string,
fileName: string,
};
clearInstanceFiles: {