This repository was archived by the owner on Aug 15, 2022. It is now read-only.
File tree 2 files changed +8
-8
lines changed
2 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ $ npm install -g peerchat
22
22
$ peerchat COMMAND
23
23
running command...
24
24
$ peerchat (-v| --version| version)
25
- peerchat/0.0.3 darwin-x64 node-v16.13.1
25
+ peerchat/0.1.0 darwin-x64 node-v16.13.1
26
26
$ peerchat --help [COMMAND]
27
27
USAGE
28
28
$ peerchat COMMAND
@@ -56,11 +56,11 @@ EXAMPLES
56
56
$ peerchat dstack myCoolNickname
57
57
```
58
58
59
- _ See code: [ src/commands/index.ts] ( https://github.com/dstack-js/chat/blob/v0.0.3 /src/commands/index.ts ) _
59
+ _ See code: [ src/commands/index.ts] ( https://github.com/dstack-js/chat/blob/v0.1.0 /src/commands/index.ts ) _
60
60
61
61
## ` peerchat discord [ROOM] `
62
62
63
- Peerchat <-> Discord
63
+ Peerchat/ Discord relay
64
64
65
65
```
66
66
USAGE
@@ -73,12 +73,12 @@ OPTIONS
73
73
-v, --version show CLI version
74
74
75
75
EXAMPLES
76
- $ peerchat discord
77
- $ peerchat discord [ROOM]
78
- $ peerchat discord dstack
76
+ $ CHANNEL_ID="<discord channel id>" DISCORD_KEY="<discord bot token>" peerchat discord
77
+ $ CHANNEL_ID="<discord channel id>" DISCORD_KEY="<discord bot token>" peerchat discord [ROOM]
78
+ $ CHANNEL_ID="<discord channel id>" DISCORD_KEY="<discord bot token>" peerchat discord dstack
79
79
```
80
80
81
- _ See code: [ src/commands/discord/index.ts] ( https://github.com/dstack-js/chat/blob/v0.0.3 /src/commands/discord/index.ts ) _
81
+ _ See code: [ src/commands/discord/index.ts] ( https://github.com/dstack-js/chat/blob/v0.1.0 /src/commands/discord/index.ts ) _
82
82
83
83
## ` peerchat help [COMMAND] `
84
84
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " peerchat" ,
3
3
"description" : " Peer-to-peer terminal chat" ,
4
- "version" : " 0.0.3 " ,
4
+ "version" : " 0.1.0 " ,
5
5
"author" : " Mykhailo Marynenko @0x77dev" ,
6
6
"bin" : {
7
7
"peerchat" : " ./bin/run" ,
You can’t perform that action at this time.
0 commit comments