Stop deleting commands

This commit is contained in:
Skylar Grant 2023-02-20 15:15:08 -05:00
parent e7a76eee65
commit b2e0b2b17d
1 changed files with 1 additions and 1 deletions

View File

@ -54,6 +54,6 @@ async function uploadCommands() {
}
(async () => {
await deleteCommands();
// await deleteCommands();
await uploadCommands();
})();