mirror of
https://github.com/discordeno/discordeno.git
synced 2026-06-16 03:18:17 +00:00
fix mod.ts export (#2121)
Co-authored-by: Skillz4Killz <23035000+Skillz4Killz@users.noreply.github.com>
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
export * from "./MESSAGE_CREATE.ts";
|
||||
export * from "./MESSAGE_DELETE_BULK.ts";
|
||||
export * from "./MESSAGE_DELETE.ts";
|
||||
export * from "./MESSAGE_REACTION_ADD.ts";
|
||||
export * from "./MESSAGE_REACTION_REMOVE_ALL.ts";
|
||||
export * from "./MESSAGE_REACTION_REMOVE_EMOJI.ts";
|
||||
export * from "./MESSAGE_REACTION_REMOVE.ts";
|
||||
export * from "./MESSAGE_UPDATE.ts";
|
||||
Reference in New Issue
Block a user