copypaste moment
This commit is contained in:
parent
dd85537e4a
commit
ac2516fcf8
1 changed files with 1 additions and 1 deletions
|
@ -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,
|
||||||
|
|
Loading…
Reference in a new issue