Remove useless ready hook
This commit is contained in:
parent
b690ec5668
commit
4dc7b8541f
2 changed files with 0 additions and 9 deletions
|
|
@ -1,6 +0,0 @@
|
|||
import { __ID } from "../consts.mjs";
|
||||
import { Logger } from "../utils/Logger.mjs";
|
||||
|
||||
Hooks.once(`ready`, () => {
|
||||
Logger.log(`Ready`);
|
||||
});
|
||||
|
|
@ -1,6 +1,3 @@
|
|||
// Hooks
|
||||
import "./hooks/ready.mjs";
|
||||
|
||||
// Settings
|
||||
import { chatSidebarBackground } from "./settings/chatSidebarBackground.mjs";
|
||||
import { preventUserConfigOpen } from "./settings/preventUserConfigOpen.mjs";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue