Skip to content

Commit

Permalink
chore: enable faq feature
Browse files Browse the repository at this point in the history
  • Loading branch information
ImLunaHey committed May 31, 2023
1 parent efd1136 commit e42c33f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/bot.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ export const start = async () => {
await import('./features/custom-commands');
await import('./features/debug');
await import('./features/dynamic-channel-names');
await import('./features/faq');
// await import('./features/economy');
await import('./features/games');
await import('./features/invite-tracking');
Expand Down
1 change: 1 addition & 0 deletions src/features/faq/index.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
export { Feature } from './feature';

0 comments on commit e42c33f

Please sign in to comment.