Skip to content

Commit

Permalink
Merge pull request #122 from HeyItsDanny/patch-3
Browse files Browse the repository at this point in the history
Update settingsHome.js
  • Loading branch information
iMidnights authored Sep 9, 2024
2 parents 082b40e + c0895bf commit b5de462
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pages/get/settingsHome.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module.exports = {
page: '/settings/:id/',
execute: async (req, res, app, config, themeConfig, info) => {
await config.guildSettings(req, res, true)
await config.guildSettingsMenu(req, res, true)
}
}

0 comments on commit b5de462

Please sign in to comment.