Kimossab / kimoo-disc-bot

Kimossab's discord bot mainly for anime related stuff and features requested by friends. And my playground to mess around with Typescript and GitHub
0 stars 0 forks source link

Refactor command updater for discord #28

Closed Kimossab closed 1 year ago

Kimossab commented 1 year ago

We should check the commands that discord give back and then compare the differences with the json object we have locally.

Only if there's differences then update. This will remove the need of the version value in the database. And the commands should update automatically.