Skip to content
This repository was archived by the owner on Jan 16, 2023. It is now read-only.

Commit 4e20511

Browse files
committed
added extra good stuff
1 parent 8f32115 commit 4e20511

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

deploy.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,6 @@ for (const file of commandFiles) {
1616

1717
const rest = new REST({ version: '10' }).setToken(process.env.TOKEN as string)
1818

19-
rest.put(Routes.applicationCommands((process.env['CLIENT_ID'] as string)), { body: commands })
19+
rest.put(Routes.applicationCommands((process.env.CLIENT_ID as string)), { body: commands })
2020
.then(() => console.log('Successfully registered application commands.'))
2121
.catch(console.error)

0 commit comments

Comments
 (0)