Skip to content

Commit 92c38aa

Browse files
docs: improve readme.md
1 parent 12574f4 commit 92c38aa

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

readme.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,8 @@ discord.on(Events.InteractionCreate, async interaction => {
7171
});
7272
```
7373

74+
Also check out [the example directory](/example/).
75+
7476
## Details
7577

7678
The examples demonstrated below will assume you have a command list (`commands`) with the following structure:
@@ -95,6 +97,8 @@ s = subcommand | o = option | c = choice
9597

9698
Defined like this:
9799

100+
**Important:** Do not copy paste commands from the code below as they are shortened for brevity. Full working demo is available at the [example directory](/example/commands/_commands.ts) if you need one.
101+
98102
```ts
99103
/*
100104
* commands/_commands.ts

0 commit comments

Comments
 (0)