mirror of
https://github.com/discordeno/discordeno.git
synced 2026-06-01 00:10:07 +00:00
Merge pull request #217 from WallyThePenguin/patch-1
Fixing Bug on line 40
This commit is contained in:
@@ -37,7 +37,7 @@ export async function handleInternalGuildCreate(
|
||||
}
|
||||
|
||||
export async function handleInternalGuildDelete(data: DiscordPayload) {
|
||||
if (data.t !== "GUILD_CREATE") return;
|
||||
if (data.t !== "GUILD_DELETE") return;
|
||||
|
||||
const payload = data.d as GuildDeletePayload;
|
||||
cacheHandlers.forEach("messages", (message) => {
|
||||
|
||||
Reference in New Issue
Block a user