Skip to content

Commit

Permalink
feat: Include link to all alias records in arweave_alias.go
Browse files Browse the repository at this point in the history
This commit adds a link to the list of all alias records in the arweave_alias.go file. The link points to the URL "https://ario.laisky.com/dns" and is included in the help message for the arweave alias feature in the Telegram service.
  • Loading branch information
Laisky committed Jul 18, 2024
1 parent ef6af55 commit bf7f877
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/web/telegram/service/arweave_alias.go
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ func (s *Type) arweaveAliasHandler() {
2 - update alias # reply "2 - alias arweave_file_id"
3 - get alias # reply "3 - alias"
all alias records (up to 1000): https://ario.laisky.com/dns
all alias records (up to 1000 records, refresh every 10 minutes): https://ario.laisky.com/dns
`)); err != nil {
return errors.Wrap(err, "send msg")
}
Expand Down

0 comments on commit bf7f877

Please sign in to comment.