Skip to content

Commit

Permalink
Update settingsHome.js
Browse files Browse the repository at this point in the history
replace the old function (config.guildSettings) to the new one: config.guildSettingsMenu
  • Loading branch information
HeyItsDanny authored Sep 6, 2024
1 parent ae446df commit c0895bf
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 c0895bf

Please sign in to comment.