1
0
Fork 0

Fix help text for `subscribe` command

This commit is contained in:
Alex Palaistras 2024-02-10 17:58:29 +00:00
parent ba1cbbafe3
commit f5f845043a
1 changed files with 3 additions and 2 deletions

View File

@ -125,8 +125,9 @@ class ChangePresence(Command):
class SubscribeToPresences(Command):
NAME = "Subscribe to contacts' presences"
HELP = (
"This command is here for tests about "
"https://todo.sr.ht/~nicoco/slidge-whatsapp/7 ."
"Subscribes to and refreshes contacts' presences; typically this is "
"done automatically, but re-subscribing might be useful in case contact "
"presences are stuck or otherwise not updating."
)
NODE = "wa_subscribe"
CHAT_COMMAND = "subscribe"