Skip to content

Commit

Permalink
feat: make question command as public
Browse files Browse the repository at this point in the history
  • Loading branch information
Behzad-rabiei committed Dec 24, 2024
1 parent 094e4c7 commit 4bc5e16
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bot/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ async function app(): Promise<void> {
await eventService.loadEvents()
await commandService.loadCommands()
await commandService.registerCommand()
// await connectToMongoDB()
await connectToMongoDB()
await connectToMB()
await connectToRabbitMQ()
server.listen(config.port, () => {
Expand Down

0 comments on commit 4bc5e16

Please sign in to comment.