copypaste moment

This commit is contained in:
Cynthia Foxwell 2024-05-17 14:55:50 -06:00
parent dd85537e4a
commit ac2516fcf8

View file

@ -218,7 +218,7 @@ bot.once("ready", async () => {
commands.push(formattedCommand); commands.push(formattedCommand);
} }
await this.requestHandler.request( await bot.requestHandler.request(
"PUT", "PUT",
`/applications/${bot.application.id}/commands`, `/applications/${bot.application.id}/commands`,
true, true,