We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
sapphiredev
Learn more about funding links in repositories.
Report abuse
load*
index
1 parent 3fcd9a2 commit 01c5113Copy full SHA for 01c5113
packages/editable-commands/src/index.ts
@@ -1,5 +1,7 @@
1
export * from '@skyra/editable-commands';
2
3
+export { loadListeners } from './listeners/_load';
4
+
5
/**
6
* The [@sapphire/plugin-editable-commands](https://github.com/sapphiredev/plugins/blob/main/packages/editable-commands)
7
* version that you are currently using.
packages/editable-commands/src/register.ts
@@ -1,5 +1,5 @@
import { Plugin, postInitialization, SapphireClient } from '@sapphire/framework';
-import { loadListeners } from './listeners/_load';
+import { loadListeners } from './index';
* @since 1.0.0
0 commit comments