Update setup.js

Corrected misplaced bracket
This commit is contained in:
Ninjdai 2022-12-14 11:40:46 +01:00 committed by GitHub
parent ba15d5ff8e
commit 02ca9afef9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -89,5 +89,5 @@ module.exports = {
SetupMod.execute(interaction); SetupMod.execute(interaction);
break; break;
} }
} }
}; };