Skip to content

Commit

Permalink
ACTUALLY make it a external entry
Browse files Browse the repository at this point in the history
  • Loading branch information
MrPowerGamerBR committed Sep 22, 2023
1 parent 9a8c1ec commit 1c7eac6
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -161,12 +161,12 @@ abstract class GuildDashboardView(
+ legacyBaseLocale.strings["DASHBOARD_YourFeatures"]!!
}
appendExternalEntry(
"/guild/${guild.id}/configure/custom-commands",
"${loritta.config.loritta.website.spicyMorenittaDashboardUrl.removeSuffix("/")}/guilds/${guild.id}/configure/custom-commands",
locale["modules.sectionNames.customCommands"],
"fas fa-code",
"custom_commands"
)

hr(classes = "divider") {}

a(href = "/support") {
Expand Down

0 comments on commit 1c7eac6

Please sign in to comment.