Just got my bot up and running ๐!!! Only issue with sharing is its a local mysql database I've built, so I can't share the database ๐ .
It runs from a prebuilt list, it doesn't yet update my record per the match.
Just got my bot up and running ๐!!! Only issue with sharing is its a local mysql database I've built, so I can't share the database ๐ .
It runs from a prebuilt list, it doesn't yet update my record per the match.
congrats! So you had to use a mysql database for the logic for the monsters and summoners to query for certain rulesets? I assume this was all done previously on herokuapp? Seems using that external website was the weakest part of this bot so glad you got it working with your local database.
You wont share it because you are worried about SQL injection attacks or something? Hope you can find a way to harden it so its protected from public use one day.
Well regardless.. good job!