commands: fix sync command section

This commit is contained in:
Tulir Asokan
2026-03-15 20:38:57 +02:00
parent 84392278c2
commit d067348ac5
+1 -1
View File
@@ -29,7 +29,7 @@ var cmdSync = &commands.FullHandler{
Func: fnSync,
Name: "sync",
Help: commands.HelpMeta{
Section: commands.HelpSectionGeneral,
Section: commands.HelpSectionChats,
Description: "Synchronize your chat portals, contacts and/or own info.",
Args: "[`chats`|`contacts`|`me`]",
},