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",