Skip to content

Commit 950aced

Browse files
committed
bulk subs
1 parent a3d0d44 commit 950aced

File tree

2 files changed

+15
-9
lines changed

2 files changed

+15
-9
lines changed

astro.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ export default defineConfig({
129129
link: '/production/silo'
130130
},
131131
{
132-
label: 'EFP Follow Bot',
132+
label: 'Telegram Bot',
133133
link: '/production/follow-bot'
134134
},
135135
{

src/content/docs/production/follow-bot.mdx

Lines changed: 14 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: EFP Follow bot
2+
title: Telegram Bot
33
---
44

55
![Follow Bot Start](/follow-bot-start.png)
@@ -20,34 +20,40 @@ Here are the available commands to interact with the **EFP Follow Bot**:
2020

2121
![Follow Bot Subscribe](/follow-bot-subscribe.png)
2222

23-
`/subscribe <address_or_ens>`
23+
`/subscribe <address_or_ens> <address_or_ens> <address_or_ens>`
2424

25-
Subscribe to updates for a specific Ethereum address or ENS name. Use this command to start receiving notifications about activities related to the specified account.
25+
Subscribe to updates for a specific Ethereum address or ENS name. Use this
26+
command to start receiving notifications about activities related to the
27+
specified account. Multiple accounts can be subscribed to at one time
2628

27-
`/sub <address_or_ens>`
29+
`/sub <address_or_ens> <address_or_ens> <address_or_ens>`
2830

2931
Alias for /subscribe. Functions the same way as /subscribe.
3032

3133
![Follow Bot Unsubscribe](/follow-bot-unsubscribe.png)
3234

3335
`/unsubscribe <address_or_ens>`
3436

35-
Unsubscribe from updates for a specific Ethereum address or ENS name. Use this command to stop receiving notifications for a specific account.
37+
Unsubscribe from updates for a specific Ethereum address or ENS name. Use
38+
this command to stop receiving notifications for a specific account.
3639

3740
`/unsub <address_or_ens>`
3841

3942
Alias for /unsubscribe. Functions the same way as /unsubscribe.
4043

4144
`/unsub all`
4245

43-
Unsubscribe from all accounts. This command will stop all notifications for the current chat.
46+
Unsubscribe from all accounts. This command will stop all notifications for
47+
the current chat.
4448

4549
![Follow Bot List](/follow-bot-list.png)
4650

4751
`/list`
4852

49-
List all subscriptions for this chat. Use this command to view all the Ethereum addresses or ENS names you are currently subscribed to.
53+
List all subscriptions for this chat. Use this command to view all the
54+
Ethereum addresses or ENS names you are currently subscribed to.
5055

5156
`/help`
5257

53-
Show this help message. Use this command to display a list of all available commands and their descriptions.
58+
Show this help message. Use this command to display a list of all available
59+
commands and their descriptions.

0 commit comments

Comments
 (0)