mirror of
https://github.com/discordeno/discordeno.git
synced 2026-06-16 11:28:15 +00:00
chore: fix import and exports
This commit is contained in:
@@ -1,10 +1,6 @@
|
||||
import { botId, eventHandlers } from "../../bot.ts";
|
||||
import { cacheHandlers } from "../../cache.ts";
|
||||
import { structures } from "../../structures/mod.ts";
|
||||
import {
|
||||
DiscordGatewayPayload,
|
||||
DiscordMessageReactionRemove,
|
||||
} from "../../types/gateway.ts";
|
||||
|
||||
export async function handleMessageReactionRemove(
|
||||
data: DiscordGatewayPayload,
|
||||
|
||||
Reference in New Issue
Block a user