mirror of
https://github.com/JonnyBro/JaBa.git
synced 2024-11-22 21:24:59 +05:00
yes
This commit is contained in:
parent
4c3166b0e6
commit
8185da4ce1
1 changed files with 3 additions and 3 deletions
|
@ -151,15 +151,15 @@ class JaBa extends Client {
|
||||||
}
|
}
|
||||||
|
|
||||||
try {
|
try {
|
||||||
if (!this.config.production) {
|
if (this.config.production) {
|
||||||
await rest.put(
|
await rest.put(
|
||||||
Routes.applicationGuildCommands(this.config.user, this.config.support.id), {
|
Routes.applicationCommands(this.config.user), {
|
||||||
body: commands
|
body: commands
|
||||||
}
|
}
|
||||||
);
|
);
|
||||||
} else {
|
} else {
|
||||||
await rest.put(
|
await rest.put(
|
||||||
Routes.applicationCommands(this.config.user), {
|
Routes.applicationGuildCommands(this.config.user, this.config.support.id), {
|
||||||
body: commands
|
body: commands
|
||||||
}
|
}
|
||||||
);
|
);
|
||||||
|
|
Loading…
Reference in a new issue