mirror of
https://github.com/Equicord/Equicord.git
synced 2025-06-11 23:53:03 -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
|
@ -17,7 +17,7 @@
|
|||
*/
|
||||
|
||||
import { WEBPACK_CHUNK } from "../utils/constants";
|
||||
import Logger from "../utils/logger";
|
||||
import Logger from "../utils/Logger";
|
||||
import { _initWebpack } from ".";
|
||||
|
||||
let webpackChunk: any[];
|
||||
|
|
|
@ -19,7 +19,7 @@
|
|||
import type { WebpackInstance } from "discord-types/other";
|
||||
|
||||
import { traceFunction } from "../debug/Tracer";
|
||||
import Logger from "../utils/logger";
|
||||
import Logger from "../utils/Logger";
|
||||
import { proxyLazy } from "../utils/proxyLazy";
|
||||
|
||||
const logger = new Logger("Webpack");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue