Skip to content

Commit

Permalink
...
Browse files Browse the repository at this point in the history
  • Loading branch information
Izocel committed May 11, 2024
1 parent cacf798 commit 368d0bd
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/class/appClient.ts
Original file line number Diff line number Diff line change
Expand Up @@ -70,9 +70,7 @@ export class AppClient extends Client {
// Commands
const coreCommands = await this.getSlashCommandsFromDir(`${__dirname}/../commands/`);
const pluginsCommands = await this.registerPlugins();

debugger


const publics = [...coreCommands?.publics, ...pluginsCommands?.publics];
const privates = [...coreCommands?.privates, ...pluginsCommands?.privates];

Expand Down

0 comments on commit 368d0bd

Please sign in to comment.