Skip to content

Commit 141d140

Browse files
committed
fix lockfile
1 parent f47d22e commit 141d140

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

apps/website/docs/guide/07-file-system-conventions/05-events-directory.mdx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@ CommandKit provides a special directory called `events` inside the `src/app` dir
1818
└── initialize.ts
1919
```
2020

21+
## Custom events
22+
2123
CommandKit also supports using custom events in the `events` directory. Custom events must be defined in a namespaced directory, which are handled by the active plugins. For example, if you have a custom event called `guildMemberBoost`, you can create a file called `src/app/events/(custom)/guildMemberBoost/handler.ts` which will be handled by the appropriate active plugins.
2224

2325
:::info

pnpm-lock.yaml

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)