Skip to content

Commit

Permalink
Merge pull request #67 from Discord-Dashboard/bug-fix
Browse files Browse the repository at this point in the history
Removed addon manager
  • Loading branch information
iMidnights authored Mar 15, 2023
2 parents b32310b + 946c7f1 commit 6fcd251
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ module.exports = (themeConfig = {}) => {

require('./utils/functions/errorHandler')(config, themeConfig, db)
require('./utils/functions/settingsPage')(config, themeConfig, db)
await require('./utils/addonManager').execute(themeConfig, config, app, module.exports.messages);
// await require('./utils/addonManager').execute(themeConfig, config, app, module.exports.messages);
require('./utils/initPages').init(config, themeConfig, app, db)
}
}
Expand Down

0 comments on commit 6fcd251

Please sign in to comment.