mirror of
https://github.com/Equicord/Equicord.git
synced 2025-06-20 11:57:02 -04:00
MessageLogger: fixes + ignoreSelf & ignoreBots option (#213)
This commit is contained in:
parent
4642b54260
commit
a96f8a89f3
11 changed files with 66 additions and 13 deletions
|
@ -21,9 +21,10 @@ export * as Constants from "./constants";
|
|||
export * from "./debounce";
|
||||
export * as Discord from "./discord";
|
||||
export { default as IpcEvents } from "./IpcEvents";
|
||||
export { default as Logger } from "./logger";
|
||||
export { default as Logger } from "./Logger";
|
||||
export * from "./misc";
|
||||
export * as Modals from "./modal";
|
||||
export * from "./onceDefined";
|
||||
export * from "./proxyLazy";
|
||||
export * from "./Queue";
|
||||
|
||||
|
|
|
@ -19,7 +19,7 @@
|
|||
import gitHash from "~git-hash";
|
||||
|
||||
import IpcEvents from "./IpcEvents";
|
||||
import Logger from "./logger";
|
||||
import Logger from "./Logger";
|
||||
import { IpcRes } from "./types";
|
||||
|
||||
export const UpdateLogger = new Logger("Updater", "white");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue