Commit 374aacf 1 parent 6b34501 commit 374aacf Copy full SHA for 374aacf
File tree 2 files changed +13
-1
lines changed
2 files changed +13
-1
lines changed Original file line number Diff line number Diff line change @@ -22,6 +22,16 @@ It's debugging tool for `discord.js` projects.
22
22
23
23
## Installation
24
24
25
+ <details >
26
+ <summary><strong>Using Discord.js v12?</strong></summary>
27
+
28
+ You could install ` dokdo@0.4 ` by
29
+
30
+ ``` sh
31
+ npm i dokdo@djsv12
32
+ ```
33
+ </details >
34
+
25
35
### Stable
26
36
27
37
``` sh
@@ -34,6 +44,8 @@ npm i dokdo@latest
34
44
npm i wonderlandpark/dokdo#main
35
45
```
36
46
47
+
48
+
37
49
## Features
38
50
39
51
### Shell command on stdout update
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " dokdo" ,
3
- "version" : " 0.4.1 " ,
3
+ "version" : " 0.5.0 " ,
4
4
"description" : " Dokdo. Easy Discord bot debuging tool." ,
5
5
"main" : " ./src/index.js" ,
6
6
"types" : " ./typings/index.d.ts" ,
You can’t perform that action at this time.
0 commit comments