mirror of
https://github.com/discordeno/discordeno.git
synced 2026-06-03 01:10:07 +00:00
fix: export component function
This commit is contained in:
@@ -44,5 +44,6 @@ export function enablePermissionsPlugin(bot: BotWithCache) {
|
||||
|
||||
// EXPORT ALL UTIL FUNCTIONS
|
||||
export * from "./src/permissions.ts";
|
||||
export * from "./src/components.ts";
|
||||
// DEFAULT MAKES IT SLIGHTLY EASIER TO USE
|
||||
export default enablePermissionsPlugin;
|
||||
|
||||
Reference in New Issue
Block a user