You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
and am trying to fork the repo to make a discord faucet bot for PLD - for plasm network, a parachain on rococo.
I'm confused by the following line:
does this mean that I have to have a local substrate node running to have the bot working? If so how do I connect that node to the discord bot server that the node.js is running? I cloned the repo and added the bot to my server and ran the code and it compiles but nothing comes up when I enter !faucet or /faucet in the discord server so it seems that the bot is not responsive. Additionally I ran the substrate node but it seems that I can't connect even though I entered my token:
Is there some additional set up that is missing?
Additionally there seems to be a return statement cutting off the rest of the test file. Can I just delete the return?
Also I believe to have the bot work on plasm I just have to change address_type: 42 to address_type: 5 in development.js according to here:
Hello I'm following your tutorial here:
https://morioh.com/p/34ace45c86d3
and am trying to fork the repo to make a discord faucet bot for PLD - for plasm network, a parachain on rococo.
I'm confused by the following line:
does this mean that I have to have a local substrate node running to have the bot working? If so how do I connect that node to the discord bot server that the node.js is running? I cloned the repo and added the bot to my server and ran the code and it compiles but nothing comes up when I enter
!faucet
or/faucet
in the discord server so it seems that the bot is not responsive. Additionally I ran the substrate node but it seems that I can't connect even though I entered my token:Is there some additional set up that is missing?
Additionally there seems to be a
return
statement cutting off the rest of the test file. Can I just delete thereturn
?Also I believe to have the bot work on plasm I just have to change
address_type: 42
toaddress_type: 5
in development.js according to here:https://github.com/paritytech/substrate/blob/e232d78dd5bafa3bbaae9ac9db08f99e238392db/primitives/core/src/crypto.rs#L444
would this be the case?
The text was updated successfully, but these errors were encountered: