mirror of
https://github.com/discordeno/discordeno.git
synced 2026-06-16 19:28:17 +00:00
refactor(controllers): separate controllers into different files (#657)
* refactor(controllers): separate controller into files * add CHANNEL_UPDATE * guilds * interactions * members * messages * finally * done * fix ci * fixes
This commit is contained in:
@@ -10,10 +10,9 @@ import { delay } from "../../util/utils.ts";
|
||||
import { allowNextShard, basicShards } from "../../ws/mod.ts";
|
||||
import { initialMemberLoadQueue } from "../structures/guild.ts";
|
||||
import { structures } from "../structures/mod.ts";
|
||||
import { cacheHandlers } from "./cache.ts";
|
||||
import { cacheHandlers } from "../../cache.ts";
|
||||
|
||||
/** This function is the internal handler for the ready event. Users can override this with controllers if desired. */
|
||||
export async function handleInternalReady(
|
||||
export async function handleReady(
|
||||
data: DiscordPayload,
|
||||
shardID: number,
|
||||
) {
|
||||
|
||||
Reference in New Issue
Block a user