mirror of
https://github.com/JonnyBro/JaBa.git
synced 2024-11-21 20:54:58 +05:00
update submodule
This commit is contained in:
parent
97f4ef5590
commit
55a4734926
2 changed files with 2 additions and 2 deletions
|
@ -1 +1 @@
|
||||||
Subproject commit 889f9fc9549e545f7a6fc7f7e5e2a76e1776894c
|
Subproject commit 79345efae4387eea72e056dde9650f3439f82f82
|
|
@ -60,7 +60,7 @@ module.exports.load = async client => {
|
||||||
clientId: client.config.user,
|
clientId: client.config.user,
|
||||||
scopes: ["bot", "applications.commands"],
|
scopes: ["bot", "applications.commands"],
|
||||||
permissions: "8",
|
permissions: "8",
|
||||||
redirectUri: client.config.dashboard.domain + client.config.dashboard.port !== 80 ? `:${client.config.dashboard.port}` : "",
|
redirectUri: `${client.config.dashboard.domain}${client.config.dashboard.port !== 80 ? `:${client.config.dashboard.port}` : ""}`,
|
||||||
},
|
},
|
||||||
supportServer: {
|
supportServer: {
|
||||||
slash: "/support",
|
slash: "/support",
|
||||||
|
|
Loading…
Reference in a new issue