Currently when the bot is started it should add any new commands to discord, update any that have changed and get any that have no differences. However instead of doing this due to an issue with finding the commands in the list of commands returned from github (due to string comparison), the commands are always readded.
Make it so Update and Get are called as well.
Currently when the bot is started it should add any new commands to discord, update any that have changed and get any that have no differences. However instead of doing this due to an issue with finding the commands in the list of commands returned from github (due to string comparison), the commands are always readded.
Make it so Update and Get are called as well.