Replies: 1 comment 3 replies
-
So if I understand it correctly would Chewtils pull the commands Discord currently has for the bot and compares them with the ones itself has to then decide what to do? |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Currently, the bot upserts every command on boot, regardless of what's currently there.
Obviously, this is not ideal for upserting a ton of commands.
My current plan is as follows:
In theory, this will only end up upserting changed commands, making boots significantly quicker and testing much easier.
Feel free to leave thoughts below before I start making it!
Beta Was this translation helpful? Give feedback.
All reactions