Skip to content

Commit

Permalink
feat: export plugins as a property of index.module.js
Browse files Browse the repository at this point in the history
  • Loading branch information
lyricalsoul committed Sep 30, 2023
1 parent 549afa9 commit 715f7fc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@ export * from './types/index.js'
export * from './tools/index.js'
export * from './structures/index.js'
export * as Telegraf from 'telegraf'
export * as plugins from './plugins/index.js'
1 change: 1 addition & 0 deletions src/plugins/index.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
export * from './command-loader.js'

0 comments on commit 715f7fc

Please sign in to comment.