Skip to content

Commit

Permalink
manager: change name of ready module
Browse files Browse the repository at this point in the history
* dont know how it even ended up like that
  • Loading branch information
nikosszzz committed Apr 30, 2024
1 parent 5dbd290 commit 315ca71
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/manager/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ export class Manager {
private async loadModules(client: Bot): Promise<void> {
const modules = [
{ fn: commands, name: "Commands Handler" },
{ fn: ready, name: "Errors Handler" },
{ fn: ready, name: "Ready" },
];

const promises = modules.map(({ fn, name }) => this.loadModule(client, fn, name));
Expand Down

0 comments on commit 315ca71

Please sign in to comment.