Stop deleting commands

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

View File

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