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
I need to manually run npm run import to trigger the data fetching every time.
Would be nice to have this on a CRON job so we don't need to rely on a person to update the Wakfu Version that the bot is consuming.
Since the bot's database is actually just a big JSON, I think we will need to make the auto import script to commit the changes on github.
If you want to give it a try, fork this repo. Let me know if you need help
The text was updated successfully, but these errors were encountered:
I need to manually run
npm run import
to trigger the data fetching every time.Would be nice to have this on a CRON job so we don't need to rely on a person to update the Wakfu Version that the bot is consuming.
Since the bot's database is actually just a big JSON, I think we will need to make the auto import script to commit the changes on github.
If you want to give it a try, fork this repo. Let me know if you need help
The text was updated successfully, but these errors were encountered: