- rename domain entities into handler;

This commit is contained in:
naudachu 2023-06-21 21:04:04 +05:00
parent 9a670fdc61
commit 3130994e7d
1 changed files with 1 additions and 1 deletions

View File

@ -76,7 +76,7 @@ func (h *Handler) NewFolderHandler(ctx context.Context, mu *tgb.MessageUpdate) e
answer := tg.HTML.Text( answer := tg.HTML.Text(
tg.HTML.Line( tg.HTML.Line(
"✨ Shiny folder", "✨ Shiny folder",
tg.HTML.Link(cloud.FolderName, cloud.FolderURL), tg.HTML.Link(cloud.Title, cloud.PrivateURL),
"has been created!", "has been created!",
), ),
) )