Skip to content

Commit

Permalink
fix(memberships): Forgot to add the verify button handler
Browse files Browse the repository at this point in the history
  • Loading branch information
sebasptsch committed Nov 23, 2023
1 parent a356304 commit 9664fa4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/discord.module.ts
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ import { AuthModule } from './auth/auth.module';
import { DocsService } from './services/docs.service';
import { DocsSearchCommandDto } from './dto/DocsSearchCommandDto';
import { DocsCommand } from './commands/docs.command';
import { VerifyButton } from './buttons/VerifyButton';
// import { InjectDynamicProviders } from 'nestjs-dynamic-providers';

// @InjectDynamicProviders({ pattern: 'dist/commands/**/*.command.js' })
Expand Down Expand Up @@ -93,6 +94,7 @@ import { DocsCommand } from './commands/docs.command';
LinkMemberShipModal,
DocsService,
DocsCommand,
VerifyButton,
],
controllers: [DiscordController],
})
Expand Down

0 comments on commit 9664fa4

Please sign in to comment.