Hi ! Hope you support me with this development
We are having an airdrop collect our token by spreading the news!
Trade on us to deploy our token. We will use our token as default reward .While we arent deployed we will be choosing a token to be used on our bot prefferably mintme.Though the thought of allowing user to edit the default reward and allowing them to use their own wallet to send token .
Due to mintme cannot post over 1000 character i uploaded it to pastebin check this link: https://pastebin.com/Y7jxHpDy
Doing some lvl calculation for bot. How much exp do you think per minute you get active?anyways here are the exp base up to lvl 50 check it on other post Though this is the calculation i am using: lvlExpRequirement = 400; lvlExpPercentage = 30%; lvl = 1; lvlExpRequirement = lvlExpRequirement + (lvlExpPercentage * lvlExpRequirement); lvlExpRequirement is the required exp to lvl up. lvlExpPercentage is the percentage where the requirement get raised. lvl is the user lvl