mirror of
https://github.com/ChuckNorrison/LightningTipBot.git
synced 2026-08-13 12:33:14 +02:00
Userpage metadata (#340)
* new pic * round logo Co-authored-by: callebtc <93376500+callebtc@users.noreply.github.com>
This commit is contained in:
parent
158990f46d
commit
21f5abbb25
3 changed files with 8 additions and 1 deletions
|
|
@ -4,6 +4,13 @@
|
|||
|
||||
<!DOCTYPE html>
|
||||
<meta charset="utf-8" />
|
||||
<meta property="og:title" content="Pay to {{.Username}}@ln.tips">
|
||||
<meta property="og:description" content="Send bitcoin to {{.Username}} over Lightning. Get your own Lightning address at https://ln.tips 👈">
|
||||
<meta property="og:type" content="article" />
|
||||
<meta property="og:image" content="https://avatars.githubusercontent.com/u/88730856?v=7">
|
||||
<meta property="og:url" content="https://ln.tips/@{{.Username}}">
|
||||
<meta name="twitter:card" content="summary_large_image">
|
||||
<meta name="twitter:image:alt" content="Pay to {{.Username}}@ln.tips">
|
||||
<title>{{.Username}}@ln.tips</title>
|
||||
<script src="https://unpkg.com/kjua@0.6.0/dist/kjua.min.js"></script>
|
||||
<style>
|
||||
|
|
|
|||
|
|
@ -18,7 +18,7 @@ import (
|
|||
tb "gopkg.in/lightningtipbot/telebot.v3"
|
||||
)
|
||||
|
||||
const queryImage = "https://avatars.githubusercontent.com/u/88730856?v=6"
|
||||
const queryImage = "https://avatars.githubusercontent.com/u/88730856?v=7"
|
||||
|
||||
func (bot TipBot) inlineQueryInstructions(ctx intercept.Context) (intercept.Context, error) {
|
||||
instructions := []struct {
|
||||
|
|
|
|||
Binary file not shown.
|
Before Width: | Height: | Size: 171 KiB After Width: | Height: | Size: 282 KiB |
Loading…
Add table
Add a link
Reference in a new issue