Skip to content

Commit

Permalink
feat: created index information commands (#1475)
Browse files Browse the repository at this point in the history
  • Loading branch information
Tolfx committed Jan 17, 2023
1 parent 4003721 commit 7cf7c41
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/classes/Commands/commands/information/index.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
import HelpCommand from './Help';
import PriceCommand from './Price';
import How2TradeCommand from './how2trade';

export default [HelpCommand, How2TradeCommand, PriceCommand];

0 comments on commit 7cf7c41

Please sign in to comment.