fix: export component function

This commit is contained in:
Skillz4Killz
2022-03-16 20:36:58 +00:00
committed by GitHub
parent 80d251b6a7
commit 3384227984

View File

@@ -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;