From 55a473492686e07e534b59da5d9618e8122a5c08 Mon Sep 17 00:00:00 2001 From: "Jonny_Bro (Nikita)" Date: Sun, 2 Jul 2023 01:44:29 +0500 Subject: [PATCH] update submodule --- dashboard/dashboard-core | 2 +- dashboard/dashboard.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dashboard/dashboard-core b/dashboard/dashboard-core index 889f9fc9..79345efa 160000 --- a/dashboard/dashboard-core +++ b/dashboard/dashboard-core @@ -1 +1 @@ -Subproject commit 889f9fc9549e545f7a6fc7f7e5e2a76e1776894c +Subproject commit 79345efae4387eea72e056dde9650f3439f82f82 diff --git a/dashboard/dashboard.js b/dashboard/dashboard.js index cb8bcdc1..784b0973 100644 --- a/dashboard/dashboard.js +++ b/dashboard/dashboard.js @@ -60,7 +60,7 @@ module.exports.load = async client => { clientId: client.config.user, scopes: ["bot", "applications.commands"], 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: { slash: "/support",