Skip to content

Commit

Permalink
docs(helptext): update wording
Browse files Browse the repository at this point in the history
  • Loading branch information
tyzbit committed Sep 3, 2024
1 parent 51dad65 commit b3bab22
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ Otherwise, it will save configuration to a local sqlite database at `/var/go-dis

## Usage

Right-click (or long press) a message and use "Get snapshot" to get a message with snapshots that only you can see or select "Take snapshot" to take a snapshot of the live page.
Right-click (or long press) a message and use "Get snapshot" to get a message with snapshots (or use the private option for a message only you can see) or select "Take snapshot" to take a fresh snapshot of the live page.

**This is a pretty good way to get around paywalls to read articles for free.**

Expand Down
8 changes: 4 additions & 4 deletions globals/globals.go
Original file line number Diff line number Diff line change
Expand Up @@ -42,10 +42,10 @@ const (

// Shown to the user when `/help` is called
BotHelpText = `**Usage**
- Right-click (or long press) a message and use "Get snapshot" to post a message with snapshots for the links in the message.
- Use the private option for a message only you can see.
- Select "Take snapshot" to take a new snapshot of the live page.
- Right-click (or long press) a message and use "Get snapshot" to post a message with snapshots for the links in the message.
- Use the private option for a message only you can see.
- Select "Take snapshot" to take a fresh snapshot of the live page.
**This is a pretty good way to get around paywalls to read articles for free.**
Configure the bot:
Expand Down

0 comments on commit b3bab22

Please sign in to comment.