mirror of
https://github.com/Equicord/Equicord.git
synced 2025-06-09 22:53: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
|
@ -18,7 +18,7 @@
|
|||
|
||||
import type { Channel, Message } from "discord-types/general";
|
||||
|
||||
import Logger from "../utils/logger";
|
||||
import Logger from "../utils/Logger";
|
||||
import { MessageStore } from "../webpack/common";
|
||||
|
||||
const MessageEventsLogger = new Logger("MessageEvents", "#e5c890");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue