dashboard-core/theme/dbd-soft-ui/pages/get/settingsHome.js

7 lines
173 B
JavaScript
Raw Normal View History

2023-06-19 14:21:58 +05:00
module.exports = {
page: '/settings/:id/',
execute: async (req, res, app, config, themeConfig, info) => {
await config.guildSettings(req, res, true)
}
}