You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+5Lines changed: 5 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -22,6 +22,10 @@ who don't have a username. Either way, just type the `@` character and select a
22
22
You can also include an optional "seed" word following the user mention to tell the bot which word to start with when it generates
23
23
the message: `/msg @some_user blah`
24
24
25
+
### /msgall
26
+
To generate a message based on the messages from all users, use the `/msgall` command. Just like with `/msg`, you can
27
+
include an optional "seed" word following the command.
28
+
25
29
### /deletemydata
26
30
The `/deletemydata` command allows you to delete your own Markov chain data for the current group. Simply send the command and
27
31
confirm your choice when the bot asks.
@@ -42,6 +46,7 @@ Create a Telegram bot via @BotFather. Take down your bot's access token, and set
42
46
read all messages in its groups. If privacy mode is enabled, the bot won't be able to build Markov chains. Then, using @BotFather's /setcommands command, copy and paste the following text as your input to set your bot's command list.
43
47
44
48
msg - Generate message from a user
49
+
msgall - Generate message based on all users in this group
45
50
deletemydata - Delete your Markov chain data in this group
46
51
deletemessagedata - Delete a message from your Markov chain data in this group
47
52
deleteuserdata - (Admin only) Delete a user's Markov chain data in this group
0 commit comments