This bot is a really simple bot without security or threshold. It's used to send coins with discord.
- create a discord bot
- create a substrate address
- configure :
TOKEN = 'Your_Discord_Bot_Token'
faucet_mnemonic = 'Your Substrate Mnemonic'
# usually you run it on the same server than the node
node_rpc = "http://127.0.0.1:9933"