-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathmessagesReply.js
executable file
·24 lines (22 loc) · 1.42 KB
/
messagesReply.js
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
module.exports = [
{
words: ["tokenomics"],
message: `The information about following topics #tokenomics are in the recommended sequence:
1. [Infrastructure && tech development timeline](https://robonomics.network/timeline)
2. [Foundation of the Robonomics parachain](https://blog.aira.life/foundation-of-the-robonomics-parachain-390dfac09e5d)
3. [theoretical and practical information about Robonomics Token (XRT)](https://robonomics.network/community#token)
4. [Distribution Release 2020](https://ipfs.io/ipfs/QmTPuS1DZtZSsjtBiPDLp4dqXaNs9P4JAR6kaiTG51sceG/Robonomics_token_distribution_release_May_2020.pdf)`,
},
{
words: ["circ", "price", "cap", "trading"],
message: `Community! price, circ, cap discussion here [Trade XRT](https://t.me/joinchat/WJI9KyTyT8M3N95J)`,
},
{
words: ["roadmap", "parachain", "Kusama", "Polkadot", "plans"],
message: `The information about following topics #roadmap, #parachain, #Kusama, #Polkadot are in the recommended sequence:
1. [Infrastructure && tech development timeline](https://robonomics.network/timeline)
2. [On top of two world computers. Research questions](https://blog.aira.life/on-top-of-two-world-computers-research-questions-a83570f4c8b1)
3. [Robonomics parachain on Kusama](https://blog.aira.life/robonomics-parachain-on-kusama-40853780c709)
4. [Foundation of the Robonomics parachain](https://blog.aira.life/foundation-of-the-robonomics-parachain-390dfac09e5d)`,
},
];