mirror of
https://github.com/RoboSats/robosats.git
synced 2024-12-13 10:56:24 +00:00
Add Ian Major tutotial to docs
This commit is contained in:
commit
27d28f4e0e
@ -128,7 +128,7 @@ class Telegram():
|
||||
|
||||
lang = user.profile.telegram_lang_code
|
||||
if lang == 'es':
|
||||
text = f'¡Tu orden con ID {order.id} ha finalizado exitosamente!⚡ Unase a @robosats_es y ayudanos a mejorar.'
|
||||
text = f'¡Tu orden con ID {order.id} ha finalizado exitosamente!⚡ Únete a nosotros en @robosats_es y ayúdanos a mejorar.'
|
||||
else:
|
||||
text = f'Your order with ID {order.id} has finished successfully!⚡ Join us @robosats and help us improve.'
|
||||
|
||||
@ -225,4 +225,4 @@ class Telegram():
|
||||
self.send_message(user, text)
|
||||
user.profile.telegram_welcomed = True
|
||||
user.profile.save()
|
||||
return
|
||||
return
|
||||
|
@ -13,6 +13,9 @@ src: "_pages/docs/tutorials/videos-en.md"
|
||||
#### BTCSessions: Buy and Sell BTC with no ID
|
||||
<iframe width="560" height="315" src="https://www.youtube.com/embed/XW_wzRz_BDI" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
|
||||
|
||||
#### Ian Major | All Things Bitcoin: RoboSats Non-KYC Bitcoin P2P Over The Lightning Network
|
||||
<iframe width="560" height="315" src="https://www.youtube.com/embed/QISRoZxQaAs" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
|
||||
|
||||
#### AntonopulosL: Short Visual Explainer
|
||||
|
||||
<blockquote class="twitter-tweet"><p lang="en" dir="ltr">ROBOSATS 🇬🇧🇺🇸 <a href="https://t.co/FmOS7rRGQX">pic.twitter.com/FmOS7rRGQX</a></p>— Antonópulos 🕵️⚡ (@AntonopulosL) <a href="https://twitter.com/AntonopulosL/status/1522582182128242688?ref_src=twsrc%5Etfw">May 6, 2022</a></blockquote> <script async src="https://platform.twitter.com/widgets.js" charset="utf-8"></script>
|
||||
|
Loading…
Reference in New Issue
Block a user