mirror of
https://github.com/Equicord/Equicord.git
synced 2025-06-13 16:43:04 -04:00
parent
e563521416
commit
74c3930e0a
41 changed files with 141 additions and 87 deletions
|
@ -1,5 +1,5 @@
|
|||
import { Channel, Guild } from "discord-types/general";
|
||||
import { waitFor } from '../webpack';
|
||||
import { waitFor } from "../webpack";
|
||||
|
||||
export function _init(cmds: Command[]) {
|
||||
try {
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
import type { Message, Channel } from 'discord-types/general';
|
||||
import Logger from '../utils/logger';
|
||||
import type { Message, Channel } from "discord-types/general";
|
||||
import Logger from "../utils/logger";
|
||||
|
||||
const MessageEventsLogger = new Logger("MessageEvents", "#e5c890");
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
import plugins from "plugins";
|
||||
import IpcEvents from "../utils/IpcEvents";
|
||||
import { React } from "../webpack/common";
|
||||
import { mergeDefaults } from '../utils/misc';
|
||||
import { mergeDefaults } from "../utils/misc";
|
||||
|
||||
interface Settings {
|
||||
notifyAboutUpdates: boolean;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue