Skip to content
This repository was archived by the owner on Aug 15, 2022. It is now read-only.

Commit 494e28f

Browse files
committed
v0.1.0
1 parent 6da4daa commit 494e28f

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

README.md

+7-7
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ $ npm install -g peerchat
2222
$ peerchat COMMAND
2323
running command...
2424
$ 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
2626
$ peerchat --help [COMMAND]
2727
USAGE
2828
$ peerchat COMMAND
@@ -56,11 +56,11 @@ EXAMPLES
5656
$ peerchat dstack myCoolNickname
5757
```
5858

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)_
6060

6161
## `peerchat discord [ROOM]`
6262

63-
Peerchat <-> Discord
63+
Peerchat/Discord relay
6464

6565
```
6666
USAGE
@@ -73,12 +73,12 @@ OPTIONS
7373
-v, --version show CLI version
7474
7575
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
7979
```
8080

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)_
8282

8383
## `peerchat help [COMMAND]`
8484

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "peerchat",
33
"description": "Peer-to-peer terminal chat",
4-
"version": "0.0.3",
4+
"version": "0.1.0",
55
"author": "Mykhailo Marynenko @0x77dev",
66
"bin": {
77
"peerchat": "./bin/run",

0 commit comments

Comments
 (0)